aboutsummaryrefslogtreecommitdiffstats
path: root/vm_insnhelper.c
diff options
context:
space:
mode:
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 *