[hackers] [scc] [cc1] Fix size_t type for qbe backend || Quentin Carbonneaux
commit 931971f1d34788a05e1273babeebb0807759c49f
Author: Quentin Carbonneaux <quentin.carbonneaux_AT_yale.edu>
AuthorDate: Sun Dec 11 10:09:26 2016 -0500
Commit: Quentin Carbonneaux <quentin.carbonneaux_AT_yale.edu>
CommitDate: Sun Dec 11 10:09:48 2016 -0500
[cc1] Fix size_t type for qbe backend
diff --git a/cc1/arch/qbe/arch.c b/cc1/arch/qbe/arch.c
index dbbe8db..6891005 100644
--- a/cc1/arch/qbe/arch.c
+++ b/cc1/arch/qbe/arch.c
_AT_@ -164,7 +164,7 @@ static Type types[] = {
},
{ /* 17 = sizettype */
.op = INT,
- .letter = L_UINT32,
+ .letter = L_UINT64,
.prop = TDEFINED | TINTEGER | TARITH | TPRINTED,
.size = 8,
.align = 8,
Received on Sun Dec 11 2016 - 16:11:02 CET
This archive was generated by hypermail 2.3.0
: Sun Dec 11 2016 - 16:12:16 CET