From caad3a07a1d56b9f455667fef9e63e3be62454f7 Mon Sep 17 00:00:00 2001 From: Mike Pavone Date: Thu, 17 Jan 2013 20:00:07 -0800 Subject: Add instruction address logging to translator and support for reading an address log to the disassembler --- m68k_to_x86.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'm68k_to_x86.h') diff --git a/m68k_to_x86.h b/m68k_to_x86.h index 7b216c9..fdfaa4b 100644 --- a/m68k_to_x86.h +++ b/m68k_to_x86.h @@ -1,4 +1,5 @@ #include +#include #include "68kinst.h" #define NUM_MEM_AREAS 4 @@ -30,6 +31,7 @@ typedef struct { uint8_t *cur_code; uint8_t *code_end; uint8_t **ram_inst_sizes; + FILE *address_log; } x86_68k_options; typedef struct { -- cgit v1.2.3