~ chicken-core (master) eb8d4e8f851fe19d70fe6f31a99ea0ff5aa3c679
commit eb8d4e8f851fe19d70fe6f31a99ea0ff5aa3c679
Author: felix <felix@call-with-current-continuation.org>
AuthorDate: Wed May 20 11:03:17 2020 +0200
Commit: felix <felix@call-with-current-continuation.org>
CommitDate: Wed May 20 11:03:17 2020 +0200
... and do it right, of course...
diff --git a/runtime.c b/runtime.c
index 653de24a..a0b77bba 100644
--- a/runtime.c
+++ b/runtime.c
@@ -3443,7 +3443,7 @@ C_regparm void C_fcall C_reclaim(void *trampoline, C_word c)
tgt_space_limit= tospace_limit;
count = (C_uword)tospace_top - (C_uword)tospace_start;
- goto never_mind_edsgar;
+ goto never_mind_edsger;
}
start = (C_byte *)C_align((C_uword)tospace_top);
@@ -3584,7 +3584,7 @@ C_regparm void C_fcall C_reclaim(void *trampoline, C_word c)
tospace_limit = tmp;
}
- never_mind_edsgar:
+ never_mind_edsger:
++gc_count_2;
}
Trap