2003-06-21 Andrew Cagney <cagney@redhat.com>
authorAndrew Cagney <cagney@redhat.com>
Sun, 22 Jun 2003 01:52:34 +0000 (01:52 +0000)
committerAndrew Cagney <cagney@redhat.com>
Sun, 22 Jun 2003 01:52:34 +0000 (01:52 +0000)
* ppc-instructions: Add missing +8 line.  Found by blofeldus at
yahoo.com.

sim/ppc/ChangeLog
sim/ppc/ppc-instructions

index 82844f2..62920ac 100644 (file)
@@ -1,8 +1,13 @@
 2003-06-21  Andrew Cagney  <cagney@redhat.com>
 
-       From Ian Lance Taylor <ian@airs.com>:
-        * hw_nvram.c (hw_nvram_init_address): Correct call to memset--swap
-        second and third arguments.
+       * ppc-instructions: Add missing +8 line.  Found by blofeldus at
+       yahoo.com.
+       
+2003-06-21  Andrew Cagney  <cagney@redhat.com>
+
+       From Ian Lance Taylor <ian@airs.com>: * hw_nvram.c
+       (hw_nvram_init_address): Correct call to memset--swap second and
+       third arguments.
 
 2003-06-21  Andrew Cagney  <cagney@redhat.com>
 
index d088610..56c03ae 100644 (file)
@@ -2303,6 +2303,7 @@ void::function::invalid_zero_divide_operation:cpu *processor, unsigned_word cia,
            GPR(r) = 0;
          }
          GPR(r) |= INSERTED(MEM(unsigned, EA, 1), i, i+7);
+         i = i + 8;
          if (i == 64) i = 32;
          EA = EA + 1;
          n = n - 1;