yet another bug fix
This commit is contained in:
parent
e98dffbb1d
commit
924d580670
1 changed files with 2 additions and 2 deletions
|
@ -273,7 +273,7 @@ _Xutime: move.l (sp)+,.retaddr
|
||||||
|
|
||||||
_Xaccess: move.l (sp)+,.retaddr
|
_Xaccess: move.l (sp)+,.retaddr
|
||||||
#ifndef lword
|
#ifndef lword
|
||||||
bsr st248
|
bsr st243
|
||||||
#endif
|
#endif
|
||||||
jsr _access
|
jsr _access
|
||||||
lea 8(sp),sp
|
lea 8(sp),sp
|
||||||
|
@ -472,7 +472,7 @@ st248: move.l (sp),-(sp)
|
||||||
move.w 8(sp),d0
|
move.w 8(sp),d0
|
||||||
ext.l d0
|
ext.l d0
|
||||||
move.l d0,4(sp)
|
move.l d0,4(sp)
|
||||||
move.w 12(sp),d0
|
move.w 10(sp),d0
|
||||||
ext.l d0
|
ext.l d0
|
||||||
move.l d0,8(sp)
|
move.l d0,8(sp)
|
||||||
rts
|
rts
|
||||||
|
|
Loading…
Add table
Reference in a new issue