diff options
Diffstat (limited to 'newlib/libc/sys/go32/findnext.s')
-rw-r--r-- | newlib/libc/sys/go32/findnext.s | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/newlib/libc/sys/go32/findnext.s b/newlib/libc/sys/go32/findnext.s deleted file mode 100644 index 4e6518f..0000000 --- a/newlib/libc/sys/go32/findnext.s +++ /dev/null @@ -1,16 +0,0 @@ - .globl _findnext -_findnext: - pushl %ebx - pushl %esi - pushl %edi - movl 16(%esp),%edx - movb $0x1a,%ah - int $0x21 - - movb $0x4f,%ah - int $0x21 - - popl %edi - popl %esi - popl %ebx - jmp syscall_check |