summaryrefslogtreecommitdiff
path: root/src/os9x_asm_cpu.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/os9x_asm_cpu.c')
-rw-r--r--src/os9x_asm_cpu.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/os9x_asm_cpu.c b/src/os9x_asm_cpu.c
index 7b34956..2c920b7 100644
--- a/src/os9x_asm_cpu.c
+++ b/src/os9x_asm_cpu.c
@@ -11,8 +11,6 @@
//#define __debug_c_hblank__
//#define __debug_c_io__
-START_EXTERN_C
-
void asm_S9xSetPCBase(uint32 Address)
{
#ifdef __debug_c_setpc__
@@ -202,5 +200,3 @@ void asm_S9xOpcode_IRQ(void)
// S9xPackStatus(); // not needed
}
#endif
-
-END_EXTERN_C