public inbox for cgen@sourceware.org
 help / color / mirror / Atom feed
* another cgen/disasm fix
@ 2001-05-15 11:09 Frank Ch. Eigler
  0 siblings, 0 replies; only message in thread
From: Frank Ch. Eigler @ 2001-05-15 11:09 UTC (permalink / raw)
  To: cgen, binutils

Hi -

I'm committing another small patch for cgen disassemblers.  Again,
working ports can be left alone.


2001-05-15  Frank Ch. Eigler  <fche@redhat.com>

	* cgen-dis.in (extract_normal): Complete support for min<base case.


Index: cgen-dis.in
===================================================================
RCS file: /cvs/src/src/opcodes/cgen-dis.in,v
retrieving revision 1.9
diff -u -r1.9 cgen-dis.in
--- cgen-dis.in	2001/05/07 17:55:21	1.9
+++ cgen-dis.in	2001/05/15 18:08:44
@@ -300,7 +300,7 @@
 	    }
 	  else
 	    length = CGEN_EXTRACT_FN (cd, insn)
-	      (cd, insn, &ex_info, insn_value, &fields, pc);
+	      (cd, insn, &ex_info, insn_value_cropped, &fields, pc);
 
 	  /* length < 0 -> error */
 	  if (length < 0)

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

only message in thread, other threads:[~2001-05-15 11:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-05-15 11:09 another cgen/disasm fix Frank Ch. Eigler

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).