qbe

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

commit fc87bc5ea5845b9cdfccc6c8bdc80b91a7be4141
parent 97d33be074eb395ee24d0264d202444c7c4cbcd9
Author: Quentin Carbonneaux <quentin.carbonneaux@yale.edu>
Date:   Fri, 22 Apr 2016 20:06:02 -0400

use short for classes (so it is signed for sure)

Diffstat:
Mall.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/all.h b/all.h @@ -306,7 +306,7 @@ enum Jmp { struct OpDesc { char *name; int nmem; - char argcls[2][4]; + short argcls[2][4]; uint sflag:1; /* sets the zero flag */ uint lflag:1; /* leaves flags */ uint cfold:1; /* can fold */