[hackers] [scc] [cc1] Fix size_t type for qbe backend || Quentin Carbonneaux

From: <git_AT_suckless.org>
Date: Sun, 11 Dec 2016 16:11:31 +0100 (CET)

commit 9ebd012d5de25051b78afcc524de5b3a100279e5
Author: Quentin Carbonneaux <quentin_AT_c9x.me>
AuthorDate: Sun Dec 11 10:11:21 2016 -0500
Commit: Quentin Carbonneaux <quentin_AT_c9x.me>
CommitDate: Sun Dec 11 10:11:21 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:31 CET

This archive was generated by hypermail 2.3.0 : Sun Dec 11 2016 - 16:12:19 CET