mirror of
https://git.sr.ht/~rabbits/uxn
synced 2024-11-04 21:35:04 +00:00
Fix LITr and LIT2r.
This commit is contained in:
parent
8b4301ce42
commit
0c26811277
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ haltuxn(Uxn *u, char *name, int id)
|
|||
void
|
||||
lituxn(Uxn *u, Uint8 instr)
|
||||
{
|
||||
push8(&u->wst, instr);
|
||||
push8(u->src, instr);
|
||||
u->literal--;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue