2003-06-21 Andrew Cagney <cagney@redhat.com>

* ppc-instructions: Add missing +8 line.  Found by blofeldus at
	yahoo.com.
This commit is contained in:
Andrew Cagney 2003-06-22 01:52:34 +00:00
parent 0f2f1341dd
commit 21f86aab13
2 changed files with 9 additions and 3 deletions

View 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>

View 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;