libraries/memoryaccess/fdebuggerkernel.cpp
changeset 12 d0b16e01f384
parent 9 257450419d10
child 113 17bed177107f
--- a/libraries/memoryaccess/fdebuggerkernel.cpp	Wed Jul 28 18:43:05 2010 +0100
+++ b/libraries/memoryaccess/fdebuggerkernel.cpp	Wed Jul 28 18:43:53 2010 +0100
@@ -1496,7 +1496,7 @@
 
 TInt DDebuggerEventHandler::MoveBreakpointToNextInstructionForThread(DThread* aThread, SBreakpoint* aBreakpoint)
 	{
-#ifdef __EABI__
+#ifdef SUPPORT_BREAKPOINT_STUFF
 	ASSERT_BREAKPOINT_LOCKED();
 	TUint32 notUsed = 0;
 	TBool aModeChange = EFalse;