This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

PATCH: Doc fix to MN10300 sim



2001-05-06  Jim Blandy  <jimb@redhat.com>

	* mn10300.igen ("movm"): Doc fix.

Index: mn10300.igen
===================================================================
RCS file: /cvs/cvsfiles/devo/sim/mn10300/mn10300.igen,v
retrieving revision 1.20
diff -c -c -b -F'^(' -r1.20 mn10300.igen
*** mn10300.igen	2000/05/18 23:03:48	1.20
--- mn10300.igen	2001/05/07 04:44:26
***************
*** 4492,4498 ****
      {
        if (mask & 0x1)
  	{
! 	  /* Need to restore MDQR, MCRH, MCRL, and MCVF */
  	  sp += 16;
  	  State.regs[REG_E0 + 1] = load_word (sp);
  	  sp += 4;
--- 4492,4498 ----
      {
        if (mask & 0x1)
  	{
! 	  /* Need to restore MDRQ, MCRH, MCRL, and MCVF */
  	  sp += 16;
  	  State.regs[REG_E0 + 1] = load_word (sp);
  	  sp += 4;


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]