Bug fix in ZRL decoding
This commit is contained in:
parent
a8033da29e
commit
9bab5d363c
|
@ -1,3 +1,6 @@
|
||||||
|
8-Dec-89 Ceriel Jacobs (ceriel) at ceriel
|
||||||
|
Bug fix: one of the many ZRL encodings was decoded wrong.
|
||||||
|
|
||||||
22-Nov-89 Ceriel Jacobs (ceriel) at ceriel
|
22-Nov-89 Ceriel Jacobs (ceriel) at ceriel
|
||||||
Some more speed-up changes, resulting in another 5%.
|
Some more speed-up changes, resulting in another 5%.
|
||||||
|
|
||||||
|
|
|
@ -280,7 +280,7 @@ DoZRLn2(arg)
|
||||||
|
|
||||||
LOG(("@Z6 DoZRLn2(%ld)", l));
|
LOG(("@Z6 DoZRLn2(%ld)", l));
|
||||||
spoilFRA();
|
spoilFRA();
|
||||||
l = arg_l(arg);
|
l = arg_l(l);
|
||||||
st_stw(loc_addr(l), 0L);
|
st_stw(loc_addr(l), 0L);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue