diff options
Diffstat (limited to 'm68k_to_x86.c')
-rw-r--r-- | m68k_to_x86.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/m68k_to_x86.c b/m68k_to_x86.c index 007c3f3..377c0da 100644 --- a/m68k_to_x86.c +++ b/m68k_to_x86.c @@ -3782,6 +3782,9 @@ uint8_t * translate_m68k_stream(uint32_t address, m68k_context * context) exit(1); } do { + if (opts->address_log) { + fprintf(opts->address_log, "%X\n", address); + } do { if (dst_end-dst < MAX_NATIVE_SIZE) { if (dst_end-dst < 5) { |