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

This commit is contained in:
benjamin%smedbergs.us 2006-02-13 16:19:31 +00:00
parent 8f457f8d89
commit 9a5e353afa

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)