* 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.
+ * 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>
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;