mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-25 21:19:54 +00:00
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:
parent
0f2f1341dd
commit
21f86aab13
@ -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>
|
||||
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user