From 2ce18eec992fdd14cd160c8e592cb6abf11a61aa Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Sun, 13 Nov 2016 13:30:12 +0100 Subject: Correct log --- log.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/log.md b/log.md index b821ad6..8111653 100644 --- a/log.md +++ b/log.md @@ -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`). -- cgit v1.2.3