Index: src/arm/debug-arm.cc |
diff --git a/src/arm/debug-arm.cc b/src/arm/debug-arm.cc |
index 3e7a1e9d0edce15a731f5cc502352551e57cfacb..c2941be06df372ea2eb4305de12b99efd95648d5 100644 |
--- a/src/arm/debug-arm.cc |
+++ b/src/arm/debug-arm.cc |
@@ -48,7 +48,7 @@ void BreakLocationIterator::SetDebugBreakAtReturn() { |
// add sp, sp, #4 |
// bx lr |
// to a call to the debug break return code. |
- // #if USE_BLX |
+ // #ifdef USE_BLX |
// ldr ip, [pc, #0] |
// blx ip |
// #else |
@@ -99,7 +99,7 @@ void BreakLocationIterator::SetDebugBreakAtSlot() { |
// mov r2, r2 |
// mov r2, r2 |
// to a call to the debug break slot code. |
- // #if USE_BLX |
+ // #ifdef USE_BLX |
// ldr ip, [pc, #0] |
// blx ip |
// #else |