diff options
author | Michael Pavone <pavone@retrodev.com> | 2015-01-08 21:00:21 -0800 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2015-01-08 21:00:21 -0800 |
commit | 7565848dd7a5d4dd1f762aeebd31d5835fe14835 (patch) | |
tree | 31a9581735deea1765c04b6309271e85856ccdd0 /m68k_internal.h | |
parent | 882b6ddf738a529c15f45f9d058dc753bc354b50 (diff) |
Moved m68k_save_result to m68k_core.c
Diffstat (limited to 'm68k_internal.h')
-rw-r--r-- | m68k_internal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/m68k_internal.h b/m68k_internal.h index fe77e78..755fd99 100644 --- a/m68k_internal.h +++ b/m68k_internal.h @@ -42,6 +42,7 @@ void translate_m68k_op(m68kinst * inst, host_ea * ea, m68k_options * opts, uint8 void print_regs_exit(m68k_context * context); void m68k_read_size(m68k_options *opts, uint8_t size); void m68k_write_size(m68k_options *opts, uint8_t size); +void m68k_save_result(m68kinst * inst, m68k_options * opts); void push_const(m68k_options *opts, int32_t value); void jump_m68k_abs(m68k_options * opts, uint32_t address); void swap_ssp_usp(m68k_options * opts); |