~ chicken-core (chicken-5) 2cbbf233785ccf7d900d42981229dd8e476c1a7d
commit 2cbbf233785ccf7d900d42981229dd8e476c1a7d Author: felix <felix@call-with-current-continuation.org> AuthorDate: Wed May 20 11:01:36 2020 +0200 Commit: felix <felix@call-with-current-continuation.org> CommitDate: Wed May 20 11:01:36 2020 +0200 Reverted label back to it's historical and more meaningful name diff --git a/runtime.c b/runtime.c index 05b453bc..653de24a 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 i_like_spaghetti; + goto never_mind_edsgar; } 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; } - i_like_spaghetti: + never_mind_edsgar: ++gc_count_2; }Trap