diff options
author | Jeff Law <law@redhat.com> | 1998-03-22 19:56:37 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1998-03-22 19:56:37 +0000 |
commit | 98f699f653dd800c0fbcdfe14633adba7aefc53e (patch) | |
tree | fdba51940c74858481a7734dc1b32cf921b5ce75 /opcodes/vu0.h | |
parent | b2846e630d7bc618548783257aed4a7b6e4220d0 (diff) | |
download | gdb-98f699f653dd800c0fbcdfe14633adba7aefc53e.zip gdb-98f699f653dd800c0fbcdfe14633adba7aefc53e.tar.gz gdb-98f699f653dd800c0fbcdfe14633adba7aefc53e.tar.bz2 |
* vu0.h (vcallms): Use 'O' for call target operand.
* mips-dis.c (print_insn_arg): Handle 'O'.
Diffstat (limited to 'opcodes/vu0.h')
-rw-r--r-- | opcodes/vu0.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/vu0.h b/opcodes/vu0.h index d294062..d27f16f 100644 --- a/opcodes/vu0.h +++ b/opcodes/vu0.h @@ -40,7 +40,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * {"vaddax", "&UK,2K,1#x", 0x4a00003c, 0xfe0007ff, 0, T5}, {"vadday", "&UK,2K,1#y", 0x4a00003d, 0xfe0007ff, 0, T5}, {"vaddaz", "&UK,2K,1#z", 0x4a00003e, 0xfe0007ff, 0, T5}, -{"vcallms","p", 0x4a000038, 0xffe0003f, 0, T5}, +{"vcallms","O", 0x4a000038, 0xffe0003f, 0, T5}, {"vcallmsr", "9", 0x4a009839, 0xffffffff, 0, T5}, {"vclip","2", 0x4be001ff, 0xffff07ff, 0, T5}, {"vdiv","Q,8,7", 0x4a0003bc, 0xfe0007ff, 0, T5}, |