[hackers] [scc] [cc1-amd64] Fix size_t type for amd64 backend || Roberto E. Vargas Caballero
commit dd6884c032347d7673c62ea7c85abef7a10a2680
Author: Roberto E. Vargas Caballero <k0ga_AT_shike2.com>
AuthorDate: Sun Dec 11 20:01:16 2016 +0100
Commit: Roberto E. Vargas Caballero <k0ga_AT_shike2.com>
CommitDate: Sun Dec 11 20:01:16 2016 +0100
[cc1-amd64] Fix size_t type for amd64 backend
diff --git a/cc1/arch/amd64-sysv/arch.c b/cc1/arch/amd64-sysv/arch.c
index 8e3b43e..2a257de 100644
--- a/cc1/arch/amd64-sysv/arch.c
+++ b/cc1/arch/amd64-sysv/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 - 20:03:23 CET
This archive was generated by hypermail 2.3.0
: Sun Dec 11 2016 - 20:12:16 CET