From 1583f4bd329440a78f6d261cfad1043095439bbd Mon Sep 17 00:00:00 2001 From: Quentin Carbonneaux Date: Tue, 11 Aug 2015 16:26:12 -0400 Subject: split store into store{w,l} --- lisc/lisc.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lisc/lisc.h') diff --git a/lisc/lisc.h b/lisc/lisc.h index e57582d..cd64e29 100644 --- a/lisc/lisc.h +++ b/lisc/lisc.h @@ -128,7 +128,8 @@ enum { ORem, OCmp, OCmp1 = OCmp + NCmp-1, - OStore, + OStorel, + OStorew, OStores, OStoreb, OLoad, -- cgit 1.4.1