public inbox for cgen@sourceware.org
 help / color / mirror / Atom feed
* [patch] Fix argument type for iq2000.cpu
@ 2004-11-12 21:55 Mike Lechner
  0 siblings, 0 replies; only message in thread
From: Mike Lechner @ 2004-11-12 21:55 UTC (permalink / raw)
  To: cgen; +Cc: mike.lechner

This patch will fix the define-reg-use-attr macro arguments for the
iq2000 target.
--Mike

------ iq2000.cpu patch

2004-11-12   Michael K. Lechner <mike.lechner@gmail.com>

	* iq2000.cpu: added quotes around macro arguments.


Index: iq2000.cpu
===================================================================
RCS file: /cvs/uberbaum/cgen/cpu/iq2000.cpu,v
--- iq2000.cpu  2004-11-12 14:43:45.186917000 -0700
+++ iq2000.cpu      2004-11-12 14:43:51.346019000 -0700
@@ -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")

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-11-12 21:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-11-12 21:55 [patch] Fix argument type for iq2000.cpu Mike Lechner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).