mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* expand tabs.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67372 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
35e677dd0a
commit
ce9e0ffd71
1 changed files with 3 additions and 3 deletions
|
@ -894,9 +894,9 @@ leave
|
||||||
// attr bool handles_sp = true;
|
// attr bool handles_sp = true;
|
||||||
{
|
{
|
||||||
if (OPT_CHECKED_RUN) {
|
if (OPT_CHECKED_RUN) {
|
||||||
const VALUE *const bp = vm_base_ptr(GET_CFP());
|
const VALUE *const bp = vm_base_ptr(GET_CFP());
|
||||||
if (GET_SP() != bp) {
|
if (GET_SP() != bp) {
|
||||||
vm_stack_consistency_error(ec, GET_CFP(), bp);
|
vm_stack_consistency_error(ec, GET_CFP(), bp);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue