fix build
[pcsx_rearmed.git] / libpcsxcore / psxinterpreter.h
index 87c7a32..f8581b8 100644 (file)
@@ -6,6 +6,6 @@ void execI();
 void intApplyConfig();
 void MTC0(psxRegisters *regs_, int reg, u32 val);
 void gteNULL(struct psxCP2Regs *regs);
-void (*psxCP2[64])(struct psxCP2Regs *regs);
+extern void (*psxCP2[64])(struct psxCP2Regs *regs);
 
 #endif // __PSXINTERPRETER_H__