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

Tom Tromey tom@tromey.com
Sat Aug 19 17:42:04 GMT 2023


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*
 )
-- 
2.41.0



More information about the Cgen mailing list