aboutsummaryrefslogtreecommitdiffstats
path: root/vm_insnhelper.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-04-11 12:28:51 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-04-11 12:28:51 +0000
commit406866af2cb2a41f8949f950d7a46ac8ab53d634 (patch)
tree910569cd30d96d8c711e82fe3f797022762e0fd2 /vm_insnhelper.c
parent87ec2856268df16734c95253dda552794f96b1b4 (diff)
downloadruby-406866af2cb2a41f8949f950d7a46ac8ab53d634.tar.gz
Parenthesized CHECK_CFP_CONSISTENCY [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58319 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'vm_insnhelper.c')
-rw-r--r--vm_insnhelper.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/vm_insnhelper.c b/vm_insnhelper.c
index ae4d1b2a1b..6006b5d579 100644
--- a/vm_insnhelper.c
+++ b/vm_insnhelper.c
@@ -1716,8 +1716,8 @@ vm_profile_show_result(void)
#endif
#define CHECK_CFP_CONSISTENCY(func) \
- LIKELY(reg_cfp == th->cfp + 1) ? (void) 0 : \
- rb_bug(func ": cfp consistency error (%p, %p)", reg_cfp, th->cfp+1)
+ (LIKELY(reg_cfp == th->cfp + 1) ? (void) 0 : \
+ rb_bug(func ": cfp consistency error (%p, %p)", reg_cfp, th->cfp+1))
static inline
const rb_method_cfunc_t *