Skip to content

Commit

Permalink
FIX: new functions arg count
Browse files Browse the repository at this point in the history
  • Loading branch information
humbertocsjr committed Oct 15, 2022
1 parent fe1d502 commit d95a3b9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Binary file modified BIN/T.COM
Binary file not shown.
4 changes: 2 additions & 2 deletions SRC/T.T
Original file line number Diff line number Diff line change
Expand Up @@ -1991,8 +1991,8 @@ init(p) do var i, b::10;
builtin("t.getoff", 1, 0x0186);
builtin("t.stack", 0, 0x0189);
builtin("t.getflags", 0,0x018c);
builtin("t.setflags", 0,0x018f);
builtin("t.jmpstack", 0,0x0192);
builtin("t.setflags", 1,0x018f);
builtin("t.jmpstack", 3,0x0192);
builtin("t.stackptr", 0,0x0195);
builtin("t.instrptr", 0,0x0198);
emitlib();
Expand Down
4 changes: 2 additions & 2 deletions SRC/TSOURCE.T
Original file line number Diff line number Diff line change
Expand Up @@ -1850,8 +1850,8 @@ init(p) do var i, b::10;
builtin("t.getoff", 1, 0x0186);
builtin("t.stack", 0, 0x0189);
builtin("t.getflags", 0,0x018c);
builtin("t.setflags", 0,0x018f);
builtin("t.jmpstack", 0,0x0192);
builtin("t.setflags", 1,0x018f);
builtin("t.jmpstack", 3,0x0192);
builtin("t.stackptr", 0,0x0195);
builtin("t.instrptr", 0,0x0198);
emitlib();
Expand Down

0 comments on commit d95a3b9

Please sign in to comment.