From 95fe390b98883c2ae8f896914615d24e87841ba0 Mon Sep 17 00:00:00 2001 From: "sky@chromium.org" Date: Mon, 4 May 2009 21:13:42 +0000 Subject: Lands http://codereview.chromium.org/99349 for Ryan. Comments from Ryan: Some small changes to get chromium building on ARM. I tested these using the standard Linux tool chain and crosstools-ng. BUG=none TEST=none Review URL: http://codereview.chromium.org/99365 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15241 0039d316-1c4b-4281-b951-d872f2087c98 --- base/debug_util_posix.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'base/debug_util_posix.cc') diff --git a/base/debug_util_posix.cc b/base/debug_util_posix.cc index 34cc45c..a6d5199 100644 --- a/base/debug_util_posix.cc +++ b/base/debug_util_posix.cc @@ -108,7 +108,9 @@ bool DebugUtil::BeingDebugged() { // static void DebugUtil::BreakDebugger() { +#if !defined(ARCH_CPU_ARM_FAMILY) asm ("int3"); +#endif } StackTrace::StackTrace() { -- cgit v1.1