vm_insnhelper.c: adjust indent [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58397 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
93b1b04a20
commit
d939fdc119
@ -2897,13 +2897,13 @@ vm_get_special_object(const VALUE *const reg_ep,
|
||||
enum vm_special_object_type type)
|
||||
{
|
||||
switch (type) {
|
||||
case VM_SPECIAL_OBJECT_VMCORE:
|
||||
case VM_SPECIAL_OBJECT_VMCORE:
|
||||
return rb_mRubyVMFrozenCore;
|
||||
case VM_SPECIAL_OBJECT_CBASE:
|
||||
case VM_SPECIAL_OBJECT_CBASE:
|
||||
return vm_get_cbase(reg_ep);
|
||||
case VM_SPECIAL_OBJECT_CONST_BASE:
|
||||
case VM_SPECIAL_OBJECT_CONST_BASE:
|
||||
return vm_get_const_base(reg_ep);
|
||||
default:
|
||||
default:
|
||||
rb_bug("putspecialobject insn: unknown value_type %d", type);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user