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:
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
|
void
|
||||||
lituxn(Uxn *u, Uint8 instr)
|
lituxn(Uxn *u, Uint8 instr)
|
||||||
{
|
{
|
||||||
push8(&u->wst, instr);
|
push8(u->src, instr);
|
||||||
u->literal--;
|
u->literal--;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue