mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-02 14:02:31 +02:00
* Fix from "oco" to get 1.1 working
This commit is contained in:
parent
f8aee1b333
commit
32a453f71b
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user