diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2021-05-19 09:58:38 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2021-05-19 09:58:38 +0200 |
| commit | 86669beb7a19a4b66ac8dedca14bbac4995c01bf (patch) | |
| tree | 1dc022f4fff06d4f48ce41428412a460ec27a36f /src | |
| parent | ba2a70a484d4591dfbc14db338ce94f366c43a9e (diff) | |
| download | box64-86669beb7a19a4b66ac8dedca14bbac4995c01bf.tar.gz box64-86669beb7a19a4b66ac8dedca14bbac4995c01bf.zip | |
[DYNAREC] Fixed a warning
Diffstat (limited to 'src')
| -rw-r--r-- | src/emu/x64run66f0.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/emu/x64run66f0.c b/src/emu/x64run66f0.c index f583bee8..e81c380f 100644 --- a/src/emu/x64run66f0.c +++ b/src/emu/x64run66f0.c @@ -19,6 +19,7 @@ #include "x87emu_private.h" #include "box64context.h" #include "bridge.h" +#include "dynarec/arm64_lock.h" #include "modrm.h" @@ -128,4 +129,4 @@ int Run66F0(x64emu_t *emu, rex_t rex) return 1; } return 0; -} \ No newline at end of file +} |