Initial revision
This commit is contained in:
9
mach/m68020/libsys/fstat.s
Normal file
9
mach/m68020/libsys/fstat.s
Normal file
@@ -0,0 +1,9 @@
|
||||
.define _fstat
|
||||
.extern _fstat
|
||||
.sect .text
|
||||
.sect .rom
|
||||
.sect .data
|
||||
.sect .bss
|
||||
.sect .text
|
||||
_fstat: move.l #0x1C,d0
|
||||
jmp (callc)
|
||||
Reference in New Issue
Block a user