From 48f3b1ba8ed81c02f985d5a7af10dff8fbdcfe9a Mon Sep 17 00:00:00 2001 From: Kelvin Sherlock Date: Fri, 14 Aug 2015 21:49:58 -0400 Subject: [PATCH] fix stack imbalance --- params.aii | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/params.aii b/params.aii index 0f2cddc..5ed52a2 100644 --- a/params.aii +++ b/params.aii @@ -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