mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
vm_stackoverflow marked as NORETURN
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61927 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
0c932244fe
commit
edb413ff35
1 changed files with 2 additions and 0 deletions
|
@ -46,6 +46,8 @@ ec_stack_overflow(rb_execution_context_t *ec, int setup)
|
|||
EC_JUMP_TAG(ec, TAG_RAISE);
|
||||
}
|
||||
|
||||
NORETURN(static void vm_stackoverflow(void));
|
||||
|
||||
static void
|
||||
vm_stackoverflow(void)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue