summaryrefslogtreecommitdiff
path: root/m68k_to_x86.c
diff options
context:
space:
mode:
Diffstat (limited to 'm68k_to_x86.c')
-rw-r--r--m68k_to_x86.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/m68k_to_x86.c b/m68k_to_x86.c
index fa05030..a71f5f8 100644
--- a/m68k_to_x86.c
+++ b/m68k_to_x86.c
@@ -47,6 +47,7 @@ void m68k_start_context(uint8_t * addr, m68k_context * context);
uint8_t * cycles(uint8_t * dst, uint32_t num)
{
dst = add_ir(dst, num, CYCLES, SZ_D);
+ return dst;
}
uint8_t * check_cycles_int(uint8_t * dst, uint32_t address)