From cebec4dd4739712530111c6211129ef2ee948c5c Mon Sep 17 00:00:00 2001 From: Quentin Carbonneaux Date: Mon, 7 Mar 2016 13:46:44 -0500 Subject: add new cast instruction --- lisc/lisc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lisc/lisc.h') diff --git a/lisc/lisc.h b/lisc/lisc.h index 12ea1ea..17ebc9c 100644 --- a/lisc/lisc.h +++ b/lisc/lisc.h @@ -253,6 +253,7 @@ enum Op { OTruncd, OFtosi, OSitof, + OCast, OAlloc, OAlloc1 = OAlloc + NAlign-1, -- cgit 1.4.1