diff options
author | Camil Staps | 2016-11-13 13:30:12 +0100 |
---|---|---|
committer | Camil Staps | 2016-11-13 13:30:12 +0100 |
commit | 2ce18eec992fdd14cd160c8e592cb6abf11a61aa (patch) | |
tree | 5403582390ecbee2f9d9554f4e06fe285f9c1a4b | |
parent | Fancied up thesis (diff) |
Correct log
-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`). |