fix stack imbalance

This commit is contained in:
Kelvin Sherlock 2015-08-14 21:49:58 -04:00
parent c989d6854c
commit 48f3b1ba8e
1 changed files with 2 additions and 2 deletions

View File

@ -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