From 10443c3f3a16377cae3217ed102f92ae71cd1c61 Mon Sep 17 00:00:00 2001 From: tmator Date: Sat, 1 Aug 2009 19:16:15 +0000 Subject: [PATCH] better fix git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3923 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Core/Core/Src/Debugger/PPCDebugInterface.cpp | 2 -- Source/Core/DolphinWX/Src/MainNoGUI.cpp | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/Core/Core/Src/Debugger/PPCDebugInterface.cpp b/Source/Core/Core/Src/Debugger/PPCDebugInterface.cpp index c6df884c65..af4133258f 100644 --- a/Source/Core/Core/Src/Debugger/PPCDebugInterface.cpp +++ b/Source/Core/Core/Src/Debugger/PPCDebugInterface.cpp @@ -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() diff --git a/Source/Core/DolphinWX/Src/MainNoGUI.cpp b/Source/Core/DolphinWX/Src/MainNoGUI.cpp index d0dd996718..761154181c 100644 --- a/Source/Core/DolphinWX/Src/MainNoGUI.cpp +++ b/Source/Core/DolphinWX/Src/MainNoGUI.cpp @@ -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(){}