better fix

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3923 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
tmator 2009-08-01 19:16:15 +00:00
parent 5b735361e8
commit 10443c3f3a
2 changed files with 2 additions and 2 deletions

View File

@ -184,9 +184,7 @@ void PPCDebugInterface::setPC(unsigned int address)
void PPCDebugInterface::showJitResults(unsigned int address)
{
#if !defined(HAVE_WX) && !HAVE_WX
Host_ShowJitResults(address);
#endif
}
void PPCDebugInterface::runToBreakpoint()

View File

@ -54,6 +54,8 @@ void* main_frame = NULL;
// wxPostEvent / wxAddPendingEvent is the solution.
void Host_NotifyMapLoaded(){}
void Host_ShowJitResults(unsigned int address){}
void Host_UpdateLogDisplay(){}