mirror of https://github.com/PCSX2/pcsx2.git
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:
parent
ed35dcac17
commit
6c8dc7bcb6
|
@ -19,6 +19,10 @@
|
||||||
// Dispatcher Functions
|
// Dispatcher Functions
|
||||||
//------------------------------------------------------------------
|
//------------------------------------------------------------------
|
||||||
|
|
||||||
|
#ifdef __GNUC__
|
||||||
|
extern void mVUreset(microVU& mVU, bool resetReserve);
|
||||||
|
#endif
|
||||||
|
|
||||||
// Generates the code for entering recompiled blocks
|
// Generates the code for entering recompiled blocks
|
||||||
void mVUdispatcherA(mV) {
|
void mVUdispatcherA(mV) {
|
||||||
mVU->startFunct = x86Ptr;
|
mVU->startFunct = x86Ptr;
|
||||||
|
|
Loading…
Reference in New Issue