From e042dd0ee19f4e459a1bd2ae4b2291f4e9cd8981 Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 11 Apr 2017 12:28:51 +0000 Subject: [PATCH] Parenthesized CHECK_CFP_CONSISTENCY [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58319 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- vm_insnhelper.c | 4 ++-- 1 file 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 *