summaryrefslogtreecommitdiff
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
commite042dd0ee19f4e459a1bd2ae4b2291f4e9cd8981 (patch)
tree910569cd30d96d8c711e82fe3f797022762e0fd2 /vm_insnhelper.c
parent7965327d1380f4fe7d7bc3f99545fe6581e22ff6 (diff)
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 *