diff options
Diffstat (limited to 'log.md')
-rw-r--r-- | log.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -443,5 +443,6 @@ There is an issue with `revtwice.icl`; at some point in the garbage collector `$r6 == 0x1d1`. This is because the address of `__cycle__in__spine` or `__reverse` >> 8 equals `0x1d1`. So somewhere there is an off-by-one error. -I also have the feeling that there should be a `.long 0` right before -`__reserve` in `_system.s`. Should be checked with John. +Fixed an issue where empty labels like `_cycle_in_spine` in `_system.abc` got a +`nop`, which failed because then `__reserve` didn't have a `.long 0` right +before it (cg `f64b035`). |