diff options
Diffstat (limited to 'm68k_core.h')
-rw-r--r-- | m68k_core.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/m68k_core.h b/m68k_core.h index 2635a09..b91a37b 100644 --- a/m68k_core.h +++ b/m68k_core.h @@ -34,6 +34,7 @@ typedef struct { code_ptr write_32_highfirst; code_ptr do_sync; code_ptr trap; + code_ptr odd_address; start_fun start_context; code_ptr retrans_stub; code_ptr native_addr; |