From e8f25665424879e09cd7a15108e00a93bc5e4fa9 Mon Sep 17 00:00:00 2001 From: kaashoek Date: Wed, 3 Feb 1988 10:20:58 +0000 Subject: [PATCH] Don't generate pseudo instructions. --- util/ceg/defaults/not_impl/not_impl_table | 2 ++ 1 file changed, 2 insertions(+) diff --git a/util/ceg/defaults/not_impl/not_impl_table b/util/ceg/defaults/not_impl/not_impl_table index 6c3a91a13..68fd06d23 100644 --- a/util/ceg/defaults/not_impl/not_impl_table +++ b/util/ceg/defaults/not_impl/not_impl_table @@ -203,6 +203,7 @@ C_rol ::= not_implemented( "C_rol"). C_rol_narg ::= not_implemented( "C_rol_narg"). C_ror ::= not_implemented( "C_ror"). C_ror_narg ::= not_implemented( "C_ror_narg"). +/* C_init ::= not_implemented( "C_init"). C_open ::= not_implemented( "C_open"). C_close ::= not_implemented( "C_close"). @@ -265,4 +266,5 @@ C_ilb ::= not_implemented( "C_ilb"). C_pnam ::= not_implemented( "C_pnam"). C_mes_begin ::= not_implemented( "C_mes_begin"). C_mes_end ::= not_implemented( "C_mes_end"). +*/ C_exc ::= not_implemented( "C_exc"). -- 2.34.1