diff options
author | John Gilmore <gnu@cygnus> | 1991-11-08 01:50:51 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1991-11-08 01:50:51 +0000 |
commit | 1bf068b8a02f4e0f05f21cd7a305f6bc1d473767 (patch) | |
tree | 498bb3ea09d2113c56a48650c188644b731bf4dd /gdb/am29k-opcode.h | |
parent | c8072296ee7a6dbf189d561ebc9524ae081392ef (diff) | |
download | gdb-1bf068b8a02f4e0f05f21cd7a305f6bc1d473767.zip gdb-1bf068b8a02f4e0f05f21cd7a305f6bc1d473767.tar.gz gdb-1bf068b8a02f4e0f05f21cd7a305f6bc1d473767.tar.bz2 |
Fix decoding of mtacc, dmac, fmac. These files should really get merged
with the ones in BFD and the assembler, but c'est la vie.
Diffstat (limited to 'gdb/am29k-opcode.h')
-rw-r--r-- | gdb/am29k-opcode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/am29k-opcode.h b/gdb/am29k-opcode.h index 63243f4..3a32e23 100644 --- a/gdb/am29k-opcode.h +++ b/gdb/am29k-opcode.h @@ -194,7 +194,7 @@ static struct am29k_opcode am29k_opcodes[] = { "mfacc", 0xe9, "c,d,f" }, { "mfsr", 0xc6, "c,s" }, { "mftlb", 0xb6, "c,a" }, -{ "mtacc", 0xe8, "c,d,f" }, +{ "mtacc", 0xe8, "a,d,f" }, { "mtsr", 0xce, "s,b" }, { "mtsrim", 0x04, "s,x" }, { "mttlb", 0xbe, "a,b" }, |