aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/target-x86.c
diff options
context:
space:
mode:
Diffstat (limited to 'target-x86.c')
-rw-r--r--target-x86.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/target-x86.c b/target-x86.c
index 62323aec..956af92e 100644
--- a/target-x86.c
+++ b/target-x86.c
@@ -82,6 +82,8 @@ static void init_x86_64(const struct target *target)
uint64_ctype = &ullong_ctype;
intmax_ctype = &llong_ctype;
uintmax_ctype = &ullong_ctype;
+ least64_ctype = &long_ctype;
+ uleast64_ctype = &ulong_ctype;
break;
}
}