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:
parent
7965327d13
commit
e042dd0ee1
1 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue