Skip to content

Commit

Permalink
Fix non-dynarec build
Browse files Browse the repository at this point in the history
  • Loading branch information
ptitSeb committed Jul 5, 2021
1 parent a8a45ae commit 3bab7d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/bridge.c
Expand Up @@ -11,9 +11,9 @@
#include "khash.h"
#include "debug.h"
#include "x64emu.h"
#include "box64context.h"
#ifdef DYNAREC
#include "dynablock.h"
#include "box64context.h"
#endif

KHASH_MAP_INIT_INT64(bridgemap, uintptr_t)
Expand Down

0 comments on commit 3bab7d6

Please sign in to comment.