mirror of
https://github.com/bebbo/amigaos-cross-toolchain.git
synced 2025-12-08 22:38:24 +00:00
12 lines
454 B
Diff
12 lines
454 B
Diff
--- binutils-2.9.1/opcodes/m68k-dis.c Fri May 1 08:48:20 1998
|
|
+++ binutils-2.9.1/opcodes/m68k-dis.c Sun Aug 23 00:00:00 1998
|
|
@@ -49,7 +49,7 @@ CONST char * CONST fpcr_names[] = {
|
|
|
|
static char *const reg_names[] = {
|
|
"%d0", "%d1", "%d2", "%d3", "%d4", "%d5", "%d6", "%d7",
|
|
- "%a0", "%a1", "%a2", "%a3", "%a4", "%a5", "%fp", "%sp",
|
|
+ "%a0", "%a1", "%a2", "%a3", "%a4", "%fp", "%a6", "%sp",
|
|
"%ps", "%pc"};
|
|
|
|
/* Sign-extend an (unsigned char). */
|