fixed a compile warning from mVU

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@2164 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
cottonvibes 2009-11-08 17:19:59 +00:00
parent d92f756cdf
commit e0f455a57a
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@
#pragma once
//#define mVUdebug // Prints Extra Info to Console
#define mVUlogProg // Dumps MicroPrograms to \logs\*.html
//#define mVUlogProg // Dumps MicroPrograms to \logs\*.html
class AsciiFile;

View File

@ -282,7 +282,7 @@ void __fastcall mVUprintPC1(u32 PC) { Console.Write("Block PC [%04x] ", PC); }
void __fastcall mVUprintPC2(u32 PC) { Console.Write("[%04x]\n", PC); }
microVUt(void) mVUtestCycles(mV) {
u32* vu0jmp;
//u32* vu0jmp;
iPC = mVUstartPC;
mVUdebugNOW(0);
SUB32ItoM((uptr)&mVU->cycles, mVUcycles);