Bug 326981 - build broken on BeOS from bug 325229, patch by Doug Shelton <doug@sheltonfamily.org> r=me

git-svn-id: svn://10.0.0.236/trunk@189824 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
benjamin%smedbergs.us 2006-02-13 16:19:31 +00:00
parent 88a2db7cdf
commit 29f4002425

View File

@ -451,7 +451,7 @@ Break(const char *aMsg)
asm("int $3");
#elif defined(XP_BEOS)
DEBUGGER(aMgr);
DEBUGGER(aMsg);
#elif defined(__GNUC__) && (defined(__i386) || defined(__x86_64__))
asm("int $3");
#elif defined(__APPLE__) && defined(TARGET_CARBON)