Explorar o código

* Fix from "oco" to get 1.1 working

marco %!s(int64=22) %!d(string=hai) anos
pai
achega
32a453f71b
Modificáronse 2 ficheiros con 14 adicións e 0 borrados
  1. 7 0
      rtl/beos/i386/cprt0.as
  2. 7 0
      rtl/beos/i386/prt0.as

+ 7 - 0
rtl/beos/i386/cprt0.as

@@ -208,3 +208,10 @@ sys_rmdir:
 movl $0x60,%eax
 int $0x25
 ret
+
+/* actual syscall */
+.globl sys_call
+.type sys_call,@function
+sys_call:
+int $0x25
+ret

+ 7 - 0
rtl/beos/i386/prt0.as

@@ -172,3 +172,10 @@ sys_rmdir:
 movl $0x60,%eax
 int $0x25
 ret
+
+/* actual syscall */
+.globl sys_call
+.type sys_call,@function
+sys_call:
+int $0x25
+ret