[RFC 05/14] Fix bug in insn.scm
Tom Tromey <[email protected]> Sat, 19 Aug 2023 11:42:04 -0600
| Newsgroups | gmane.comp.tools.cgen.devel |
|---|---|
| Message-ID | <[email protected]> |
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