diff options
author | Michael Pavone <pavone@retrodev.com> | 2014-12-26 15:45:31 -0800 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2014-12-26 15:45:31 -0800 |
commit | e8a9c14ec2e0b75eb1aef1c2a77936c6f7fd8326 (patch) | |
tree | 106ed1da8b71cd970067d673dddb30dc0281c001 /m68k_internal.h | |
parent | 8ab499c765335f363aa39c3a7e1c56ba0b5fb9eb (diff) |
Fix a few bugs introduced in the Z80 core from the adjustments to fit with the code gen refactor
Diffstat (limited to 'm68k_internal.h')
-rw-r--r-- | m68k_internal.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/m68k_internal.h b/m68k_internal.h index 1a06e03..a556505 100644 --- a/m68k_internal.h +++ b/m68k_internal.h @@ -10,7 +10,6 @@ //functions implemented in host CPU specfic file void translate_out_of_bounds(code_info *code); -void check_code_prologue(code_info *code); void areg_to_native(m68k_options *opts, uint8_t reg, uint8_t native_reg); void dreg_to_native(m68k_options *opts, uint8_t reg, uint8_t native_reg); void areg_to_native_sx(m68k_options *opts, uint8_t reg, uint8_t native_reg); |