min_count table not needed.

This commit is contained in:
Kelvin Sherlock 2015-08-31 08:46:13 -04:00
parent 75411459f2
commit 78a5d58c26
2 changed files with 7 additions and 2 deletions

View File

@ -175,7 +175,7 @@ app_entry procname
with dp
with fst_parms
import min_pcount
;import min_pcount
import max_pcount
phk

View File

@ -3,7 +3,6 @@
tables record
export min_pcount
export max_pcount
max_pcount
@ -60,6 +59,11 @@ max_pcount
dc.w 0 ; ($32) Dealloc Interrupt
dc.w 4 ; ($33) FST Specific
;
; gs/os checks minimums.
;
if 0 then
export min_pcount
min_pcount
dc.w 0
dc.w 1 ; ($01) Create
@ -114,6 +118,7 @@ min_pcount
dc.w 0 ; ($32) Dealloc Interrupt
dc.w 1 ; ($33) FST Specific
endif
endr