summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCamil Staps2016-11-13 13:30:12 +0100
committerCamil Staps2016-11-13 13:30:12 +0100
commit2ce18eec992fdd14cd160c8e592cb6abf11a61aa (patch)
tree5403582390ecbee2f9d9554f4e06fe285f9c1a4b
parentFancied up thesis (diff)
Correct log
-rw-r--r--log.md5
1 files 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`).