Re: [RFC 05/14] Fix bug in insn.scm

"Jose E. Marchesi via Cgen" <[email protected]> Sun, 20 Aug 2023 10:15:50 +0200
Newsgroups gmane.comp.tools.cgen.devel
Message-ID <[email protected]>
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*
>  )