qbe

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

commit 0298b6c4ca6e9434bf0df559ceee9b730002026a
parent 22f2ec9667e06ba68fdda5c57074486a98701725
Author: Quentin Carbonneaux <quentin.carbonneaux@yale.edu>
Date:   Tue,  1 Dec 2015 13:11:03 -0500

oops, fix typo bug in parse.c

Diffstat:
Mlisc/parse.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/lisc/parse.c b/lisc/parse.c @@ -208,6 +208,7 @@ lex() tokval.num += c - '0'; } ungetc(c, inf); + tokval.num *= sgn; return TInt; } if (c == '"') {