diff backend.h @ 601:f0061e3d2ad9

Fix a few bugs introduced in the Z80 core from the adjustments to fit with the code gen refactor
author Michael Pavone <pavone@retrodev.com>
date Fri, 26 Dec 2014 15:45:31 -0800
parents 5ef3fe516da9
children 39d7d463ed5b
line wrap: on
line diff
--- a/backend.h	Fri Dec 26 13:42:25 2014 -0800
+++ b/backend.h	Fri Dec 26 15:45:31 2014 -0800
@@ -108,6 +108,7 @@
 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);