Fix LITr and LIT2r.

This commit is contained in:
Andrew Alderwick 2021-03-28 11:50:53 +01:00
parent 8b4301ce42
commit 0c26811277
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ haltuxn(Uxn *u, char *name, int id)
void void
lituxn(Uxn *u, Uint8 instr) lituxn(Uxn *u, Uint8 instr)
{ {
push8(&u->wst, instr); push8(u->src, instr);
u->literal--; u->literal--;
} }