Added quotes around macro arguments so that they will work with newer versions

of guile.
This commit is contained in:
Nick Clifton 2004-11-15 14:30:12 +00:00
parent b23e50e23e
commit 4bd1d37b6f
2 changed files with 9 additions and 4 deletions

View File

@ -1,3 +1,8 @@
2004-11-15 Michael K. Lechner <mike.lechner@gmail.com>
* iq2000.cpu: Added quotes around macro arguments so that they
will work with newer versions of guile.
2004-10-27 Nick Clifton <nickc@redhat.com>
* iq2000m.cpu (pkrlr1, pkrlr30, rbr1, rbr30, rxr1, rxr30, wbr1,

View File

@ -333,10 +333,10 @@
(name (.sym USES- (.upcase regfield)))
(comment ("insn accesses register operand " regfield))))
(define-reg-use-attr rd)
(define-reg-use-attr rs)
(define-reg-use-attr rt)
(define-reg-use-attr r31)
(define-reg-use-attr "rd")
(define-reg-use-attr "rs")
(define-reg-use-attr "rt")
(define-reg-use-attr "r31")
; Operands.