[RFC 05/14] Fix bug in insn.scm
Jose E. Marchesi
jemarch@gnu.org
Sun Aug 20 08:15:50 GMT 2023
OK. Thanks.
> insn.scm has a bit of invalid code. I forget, but perhaps this was
> pointed out by the Guile compiler. Fix it.
> ---
> insn.scm | 3 +--
> 1 file changed, 1 insertion(+), 2 deletions(-)
>
> diff --git a/insn.scm b/insn.scm
> index 7a230df..b5eb2ba 100644
> --- a/insn.scm
> +++ b/insn.scm
> @@ -320,8 +320,7 @@
> (- (arch-next-ordinal CURRENT-ARCH) 2))
> )
>
> - (begin
> - logit 3 " failed ifield assertions.\n")))
> + (logit 3 " failed ifield assertions.\n")))
>
> *UNSPECIFIED*
> )
More information about the Cgen
mailing list