From 34394c49b16d6204852ade5cb60f3e917e2f637b Mon Sep 17 00:00:00 2001 From: Michael Munday Date: Wed, 18 Jan 2017 14:18:40 -0500 Subject: [PATCH] Add file change missing from previous commit (needed for EXT unwinding). --- src/lj_arch.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lj_arch.h b/src/lj_arch.h index d17884e5..3ce9a7ff 100644 --- a/src/lj_arch.h +++ b/src/lj_arch.h @@ -362,7 +362,7 @@ #define LJ_ARCH_BITS 64 #define LJ_ARCH_ENDIAN LUAJIT_BE #define LJ_TARGET_S390X 1 -#define LJ_TARGET_EHRETREG 0 +#define LJ_TARGET_EHRETREG 0xe #define LJ_TARGET_JUMPRANGE 32 /* +-2^32 = +-4GB (32-bit, halfword aligned) */ #define LJ_TARGET_MASKSHIFT 1 #define LJ_TARGET_MASKROT 1