mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-28 06:20:30 +00:00
Added quotes around macro arguments so that they will work with newer versions
of guile.
This commit is contained in:
parent
b23e50e23e
commit
4bd1d37b6f
@ -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,
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user