Explorar o código

Hack the 68000 last ditch abort to work for all 68000 targets.

David McCullough %!s(int64=22) %!d(string=hai) anos
pai
achega
ff250619f5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      libc/stdlib/abort.c

+ 1 - 1
libc/stdlib/abort.c

@@ -33,7 +33,7 @@ Cambridge, MA 02139, USA.  */
 #elif defined(__ia64__)
 #define ABORT_INSTRUCTION asm ("break 0")
 #elif defined(__mc68000__)
-#define ABORT_INSTRUCTION asm ("illegal")
+#define ABORT_INSTRUCTION asm (".long 0xffffffff")
 #elif defined(__mips__)
 #define ABORT_INSTRUCTION asm ("break 255")
 #elif defined(__s390__)