From: kaashoek Date: Wed, 3 Feb 1988 10:20:58 +0000 (+0000) Subject: Don't generate pseudo instructions. X-Git-Tag: release-5-5~3628 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=e8f25665424879e09cd7a15108e00a93bc5e4fa9;p=ack.git Don't generate pseudo instructions. --- 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").