mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 07:42:04 +00:00
Bug 326981 - build broken on BeOS from bug 325229, patch by Doug Shelton <doug@sheltonfamily.org> r=me
This commit is contained in:
parent
8f457f8d89
commit
9a5e353afa
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user