mirror of
https://github.com/ksherlock/minix.fst.git
synced 2025-01-30 18:34:36 +00:00
fix stack imbalance
This commit is contained in:
parent
c989d6854c
commit
48f3b1ba8e
@ -36,17 +36,17 @@ do_file_sys_id proc export
|
||||
do_storage_type proc export
|
||||
with dp,fst_parms
|
||||
|
||||
phx ; save
|
||||
lda disk_inode.mode
|
||||
; check for directory. GS/OS doesn't have concepts for other types (yet).
|
||||
|
||||
phx ; save
|
||||
and #S_IFMT ; $f000
|
||||
xba
|
||||
lsr a
|
||||
lsr a
|
||||
lsr a
|
||||
tax
|
||||
jsr (table,x)
|
||||
jmp (table,x)
|
||||
|
||||
table
|
||||
dc.w unknown
|
||||
|
Loading…
x
Reference in New Issue
Block a user