From 5bd9deac8df0c3f097b5ffbb5381af4003fe667c Mon Sep 17 00:00:00 2001 From: Quentin Carbonneaux Date: Sat, 25 Jul 2015 06:39:05 -0400 Subject: add more printing support --- lisc/lisc.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lisc/lisc.h') diff --git a/lisc/lisc.h b/lisc/lisc.h index d116012..f9e3222 100644 --- a/lisc/lisc.h +++ b/lisc/lisc.h @@ -89,8 +89,8 @@ enum { OLoad, /* reserved instructions */ OCopy, - OXCltd, - OXDiv, + OIACltd, + OIADiv, OLast }; -- cgit 1.4.1