Add an extern for the Linux side of things...

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@4413 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
arcum42 2011-03-12 07:19:25 +00:00
parent ed35dcac17
commit 6c8dc7bcb6
1 changed files with 12 additions and 8 deletions

View File

@ -19,6 +19,10 @@
// Dispatcher Functions
//------------------------------------------------------------------
#ifdef __GNUC__
extern void mVUreset(microVU& mVU, bool resetReserve);
#endif
// Generates the code for entering recompiled blocks
void mVUdispatcherA(mV) {
mVU->startFunct = x86Ptr;