diff options
Diffstat (limited to 'cachegrind/cg_branchpred.c')
-rw-r--r-- | cachegrind/cg_branchpred.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cachegrind/cg_branchpred.c b/cachegrind/cg_branchpred.c index 4eb6982a..9bd6b2ee 100644 --- a/cachegrind/cg_branchpred.c +++ b/cachegrind/cg_branchpred.c @@ -48,6 +48,8 @@ # define N_IADDR_LO_ZERO_BITS 2 #elif defined(VGA_x86) || defined(VGA_amd64) # define N_IADDR_LO_ZERO_BITS 0 +#elif defined(VGA_s390x) +# define N_IADDR_LO_ZERO_BITS 1 #else # error "Unsupported architecture" #endif |