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 /backend.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 'backend.h')
-rw-r--r-- | backend.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -108,6 +108,7 @@ void process_deferred(deferred_addr ** head_ptr, void * context, native_addr_fun void cycles(cpu_options *opts, uint32_t num); void check_cycles_int(cpu_options *opts, uint32_t address); void check_cycles(cpu_options * opts); +void check_code_prologue(code_info *code); code_ptr gen_mem_fun(cpu_options * opts, memmap_chunk const * memmap, uint32_t num_chunks, ftype fun_type, code_ptr *after_inc); |