0
0
Fork 0
mirror of https://git.sr.ht/~rabbits/uxn synced 2024-11-17 11:35:11 +00:00

Fix LITr and LIT2r.

This commit is contained in:
Andrew Alderwick 2021-03-28 11:50:53 +01:00
parent 8b4301ce42
commit 0c26811277

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--;
} }