Index: vm/os_linux.cc |
=================================================================== |
--- vm/os_linux.cc (revision 9040) |
+++ vm/os_linux.cc (working copy) |
@@ -129,17 +129,6 @@ |
} |
-void OS::DebugBreak() { |
-#if defined(HOST_ARCH_X64) || defined(HOST_ARCH_IA32) |
- asm("int $3"); |
-#elif defined(HOST_ARCH_ARM) |
- asm("svc #0x9f0001"); // __ARM_NR_breakpoint |
-#else |
-#error Unsupported architecture. |
-#endif |
-} |
- |
- |
void OS::Print(const char* format, ...) { |
va_list args; |
va_start(args, format); |