Moved noreturn call to end of noreturn function
This commit is contained in:
parent
d4215dafea
commit
693378f105
2
gc.c
2
gc.c
@ -9573,10 +9573,10 @@ gc_raise(VALUE exc, const char *fmt, ...)
|
|||||||
/* Not in a ruby thread */
|
/* Not in a ruby thread */
|
||||||
fprintf(stderr, "%s", "[FATAL] ");
|
fprintf(stderr, "%s", "[FATAL] ");
|
||||||
vfprintf(stderr, fmt, ap);
|
vfprintf(stderr, fmt, ap);
|
||||||
abort();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
va_end(ap);
|
va_end(ap);
|
||||||
|
abort();
|
||||||
}
|
}
|
||||||
|
|
||||||
static void objspace_xfree(rb_objspace_t *objspace, void *ptr, size_t size);
|
static void objspace_xfree(rb_objspace_t *objspace, void *ptr, size_t size);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user