summaryrefslogtreecommitdiff
path: root/thunk.c
diff options
context:
space:
mode:
Diffstat (limited to 'thunk.c')
-rw-r--r--thunk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/thunk.c b/thunk.c
index b14fb17779..2dbc378cd9 100644
--- a/thunk.c
+++ b/thunk.c
@@ -236,7 +236,7 @@ unsigned int host_to_target_bitmask(unsigned int alpha_mask,
for(btp = trans_tbl; btp->x86_mask && btp->alpha_mask; btp++) {
if((alpha_mask & btp->alpha_mask) == btp->alpha_bits) {
- x86_mask |= btp->x86_mask;
+ x86_mask |= btp->x86_bits;
}
}
return(x86_mask);