Successfully compiled on ARMv7 with this patch (right now); no crash occurred during the project build. ruby 3.3.8 (2025-04-09 revision b200bad6cd) [armv7a-linux-musleabihf] Adding a ‘Patched-by: Aleksey Maximov <amaxcz@gmail.com>’ t...amacxz (Aleksey Maximov)
hmmm Good catch — you’re right that IBF_OBJBODY(void,) is invalid with the fallback definition. I’ve updated the patch. I’ll test it today and report back. ``` --- a/compile.c +++ b/compile.c @@ -12921,10 +12921,12 @@ static VA...amacxz (Aleksey Maximov)