mirror of
https://github.com/byteworksinc/ORCALib.git
synced 2025-03-17 12:29:26 +00:00
Change sys_nerr from 6 to 12, to reflect actual number of error messages.
Fixes the bug in the libca05.c test case.
This commit is contained in:
parent
e4a8afe476
commit
649aef5b0f
2
vars.asm
2
vars.asm
@ -31,7 +31,7 @@ _ownerid entry user ID (C)
|
||||
~USER_ID entry user ID (Pascal, libraries)
|
||||
ds 2
|
||||
sys_nerr entry # of error messages
|
||||
dc i'6'
|
||||
dc i'12'
|
||||
_toolErr entry last error in a tool call (C)
|
||||
~TOOLERROR entry last error in a tool call (Pascal)
|
||||
ds 2
|
||||
|
Loading…
x
Reference in New Issue
Block a user