From 8b6232a675c7b49bd9651805fc92917cc7a92198 Mon Sep 17 00:00:00 2001 From: notaz Date: Sat, 3 Sep 2011 01:26:33 +0300 Subject: fix some warnings --- cpu.h | 1 + 1 file changed, 1 insertion(+) (limited to 'cpu.h') diff --git a/cpu.h b/cpu.h index 22ed2d3..7ce72db 100644 --- a/cpu.h +++ b/cpu.h @@ -112,6 +112,7 @@ extern u32 last_instruction; u32 function_cc step_debug(u32 pc, u32 cycles); u32 execute_arm(u32 cycles); void raise_interrupt(irq_type irq_raised); +void set_cpu_mode(cpu_mode_type new_mode); u32 function_cc execute_load_u8(u32 address); u32 function_cc execute_load_u16(u32 address); -- cgit v1.2.3