qbe

Internal scc patchset buffer for QBE
Log | Files | Refs | README | LICENSE

commit 554ba694ab54fe5d318fb3b3065808361df50f0b
parent 9294295bb54c27da644c4e6f413537ae46883ca1
Author: Quentin Carbonneaux <quentin.carbonneaux@yale.edu>
Date:   Thu,  7 Apr 2016 20:31:33 -0400

use cast in czero()

Diffstat:
Mfold.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fold.c b/fold.c @@ -26,7 +26,7 @@ czero(Con *c, int w) if (w) return !c->bits.i; else - return !(c->bits.i & 0xffffffff); + return !(uint32_t)c->bits.i; } static int