aboutsummaryrefslogtreecommitdiffstats
path: root/vm_insnhelper.h
diff options
context:
space:
mode:
authornormal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-05-09 06:17:01 +0000
committernormal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-05-09 06:17:01 +0000
commit177f6d7839dfb64df19260d384cc28cab87c1077 (patch)
treec055b5a38b67290a3182126a4112d2a0099ea9c7 /vm_insnhelper.h
parentc2a5df6905c9b9afde2c2611a20128220bf1372a (diff)
downloadruby-177f6d7839dfb64df19260d384cc28cab87c1077.tar.gz
fixup r58614 for raspi3 and maybe other systems with odd compile
[ruby-core:81048] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58615 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'vm_insnhelper.h')
-rw-r--r--vm_insnhelper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm_insnhelper.h b/vm_insnhelper.h
index e77ade15ee..8edeb28014 100644
--- a/vm_insnhelper.h
+++ b/vm_insnhelper.h
@@ -47,7 +47,7 @@ extern VALUE ruby_vm_const_missing_count;
#define VM_REG_EP (VM_REG_CFP->ep)
#define RESTORE_REGS() do { \
- VM_REG_CFP = th->cfp; \
+ VM_REG_CFP = th->ec.cfp; \
} while (0)
#define REG_A reg_a