aboutsummaryrefslogtreecommitdiff
path: root/i386-gen.c
diff options
context:
space:
mode:
Diffstat (limited to 'i386-gen.c')
-rw-r--r--i386-gen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/i386-gen.c b/i386-gen.c
index e988924..515c888 100644
--- a/i386-gen.c
+++ b/i386-gen.c
@@ -272,7 +272,7 @@ void store(int r, SValue *v)
} else {
if (bt == VT_SHORT)
o(0x66);
- if (bt == VT_BYTE)
+ if (bt == VT_BYTE || bt == VT_BOOL)
o(0x88);
else
o(0x89);