commit | 8c081b18025407fd5fa7c0d25a69398594ea5b2c | [log] [tgz] |
---|---|---|
author | Richard Henderson <rth@twiddle.net> | Fri Apr 25 10:18:59 2014 -0400 |
committer | Richard Henderson <rth@twiddle.net> | Mon May 12 10:06:58 2014 -0700 |
tree | 00952bf816ed13ca936dab9c76564739ae31de73 | |
parent | 8587c30c3e3807728d12966667bc6055b772f1ac [diff] [blame] |
tcg-s390: Define TCG_TARGET_INSN_UNIT_SIZE And use tcg pointer differencing functions as appropriate. Signed-off-by: Richard Henderson <rth@twiddle.net>
diff --git a/tcg/s390/tcg-target.h b/tcg/s390/tcg-target.h index 755c002..5bf733e 100644 --- a/tcg/s390/tcg-target.h +++ b/tcg/s390/tcg-target.h
@@ -24,6 +24,8 @@ #ifndef TCG_TARGET_S390 #define TCG_TARGET_S390 1 +#define TCG_TARGET_INSN_UNIT_SIZE 2 + typedef enum TCGReg { TCG_REG_R0 = 0, TCG_REG_R1,