better fix
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3923 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
5b735361e8
commit
10443c3f3a
|
@ -184,9 +184,7 @@ void PPCDebugInterface::setPC(unsigned int address)
|
||||||
|
|
||||||
void PPCDebugInterface::showJitResults(unsigned int address)
|
void PPCDebugInterface::showJitResults(unsigned int address)
|
||||||
{
|
{
|
||||||
#if !defined(HAVE_WX) && !HAVE_WX
|
|
||||||
Host_ShowJitResults(address);
|
Host_ShowJitResults(address);
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void PPCDebugInterface::runToBreakpoint()
|
void PPCDebugInterface::runToBreakpoint()
|
||||||
|
|
|
@ -54,6 +54,8 @@ void* main_frame = NULL;
|
||||||
// wxPostEvent / wxAddPendingEvent is the solution.
|
// wxPostEvent / wxAddPendingEvent is the solution.
|
||||||
void Host_NotifyMapLoaded(){}
|
void Host_NotifyMapLoaded(){}
|
||||||
|
|
||||||
|
void Host_ShowJitResults(unsigned int address){}
|
||||||
|
|
||||||
|
|
||||||
void Host_UpdateLogDisplay(){}
|
void Host_UpdateLogDisplay(){}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue