Skip to content

Commit

Permalink
reduce translation depth
Browse files Browse the repository at this point in the history
  • Loading branch information
michalsc committed Aug 5, 2021
1 parent 672a020 commit fc95dc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#endif

#define EMU68_ARM_CACHE_SIZE (4*1024*1024)
#define EMU68_M68K_INSN_DEPTH 255
#define EMU68_M68K_INSN_DEPTH 32
#define EMU68_HOST_BIG_ENDIAN 1
#define EMU68_HAS_SETEND 1
#define EMU68_DEF_BRANCH_TAKEN 0
Expand Down

0 comments on commit fc95dc6

Please sign in to comment.