| Index: runtime/vm/gdbjit_openbsd.cc
|
| diff --git a/runtime/vm/gdbjit_android.cc b/runtime/vm/gdbjit_openbsd.cc
|
| similarity index 96%
|
| copy from runtime/vm/gdbjit_android.cc
|
| copy to runtime/vm/gdbjit_openbsd.cc
|
| index 1141fbf0d133bcea7aa5fa8eaecd8bfb8a7f1b02..4221ff132100b230e6533094f595b08c69cf64d1 100644
|
| --- a/runtime/vm/gdbjit_android.cc
|
| +++ b/runtime/vm/gdbjit_openbsd.cc
|
| @@ -3,13 +3,13 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| #include "vm/globals.h"
|
| -#if defined(TARGET_OS_ANDROID)
|
| +#if defined(TARGET_OS_OPENBSD)
|
|
|
| #include <stdint.h> // NOLINT
|
| #include <stdio.h> // NOLINT
|
| #include <stdlib.h> // NOLINT
|
|
|
| -#include "vm/gdbjit_android.h"
|
| +#include "vm/gdbjit_openbsd.h"
|
|
|
| extern "C" {
|
| typedef enum {
|
| @@ -81,4 +81,4 @@ extern "C" {
|
| }
|
| };
|
|
|
| -#endif // defined(TARGET_OS_ANDROID)
|
| +#endif // defined(TARGET_OS_OPENBSD)
|
|
|