1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Parenthesized CHECK_CFP_CONSISTENCY [ci skip]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58319 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2017-04-11 12:28:51 +00:00
parent 7965327d13
commit e042dd0ee1

View file

@ -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 *