Even if it is broken, lets make the 64 bit build compilable as well.

git-svn-id: http://pcsx2-playground.googlecode.com/svn/trunk@348 a6443dda-0b58-4228-96e9-037be469359c
This commit is contained in:
arcum42 2008-11-20 02:20:29 +00:00 committed by Gregory Hainaut
parent 32ccde667d
commit 467d7a8963
1 changed files with 2 additions and 1 deletions

View File

@ -2163,7 +2163,8 @@ void recompileNextInstruction(int delayslot)
extern tIPU_BP g_BP;
extern u32 psxdump;
extern u32 psxNextCounter, psxNextsCounter;
extern s32 psxNextCounter;
extern u32 psxNextsCounter;
extern void iDumpPsxRegisters(u32 startpc, u32 temp);
extern Counter counters[6];