qbe

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

commit 5ad3eaa75a19db2c38406b9be693d60f624cb305
parent 9db053d1b868b642c63bc7a324b78299756f6959
Author: Quentin Carbonneaux <quentin.carbonneaux@yale.edu>
Date:   Tue, 22 Mar 2016 10:59:16 -0400

typo in lexing table (abi fuzzer)

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

diff --git a/lisc/parse.c b/lisc/parse.c @@ -190,7 +190,7 @@ lex() { "align", TAlign }, { "l", TL }, { "w", TW }, - { "h", TS }, + { "h", TH }, { "b", TB }, { "d", TD }, { "s", TS },