diff options
author | normal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2017-05-09 06:17:01 +0000 |
---|---|---|
committer | normal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2017-05-09 06:17:01 +0000 |
commit | 7469699dce3f33f8ef6c83ddd3fe65a1b0e730fc (patch) | |
tree | c055b5a38b67290a3182126a4112d2a0099ea9c7 /vm_insnhelper.h | |
parent | 9d09240d9e329bbe5a8168dd850f5bb3549fbaa9 (diff) |
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.h | 2 |
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 |