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:
parent
7965327d13
commit
e042dd0ee1
@ -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 *
|
||||
|
Loading…
x
Reference in New Issue
Block a user