Bug fix in ZRL decoding
This commit is contained in:
parent
0795da732f
commit
fc5cc52e75
@ -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…
x
Reference in New Issue
Block a user