commit b4f80258a122a82d302784ea98756d901591011d
parent f184585cd573c8c7e88648769faf988c3bbe8bc1
Author: Quentin Carbonneaux <quentin.carbonneaux@yale.edu>
Date: Thu, 4 Feb 2016 14:00:26 -0500
comment in enum Op
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lisc/lisc.h b/lisc/lisc.h
@@ -63,7 +63,7 @@ enum Reg {
Tmp0, /* first non-reg temporary */
- NIReg = RBX - RAX + 1,
+ NIReg = R12 - RAX + 1,
NFReg = XMM15 - XMM0 + 1,
NISave = 9,
NFSave = 15,
@@ -199,7 +199,7 @@ enum Op {
OStoreb,
#define OStore OStored
#define OStore1 OStoreb
- OLoadl,
+ OLoadl, /* needs to match OExt (mem.c) */
OLoadsw,
OLoaduw,
OLoadsh,