diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2002-02-04 12:29:01 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@redhat.com> | 2002-02-04 12:29:01 +0000 |
commit | 0b3301c329b795e789267f18fbe1efd45d002eb9 (patch) | |
tree | d6b6d7e9fe606a87da9149b3afff71cc7828512b /opcodes/sh-opc.h | |
parent | 181c1381a54475957d907a7d86948548e17b9c0f (diff) | |
download | gdb-0b3301c329b795e789267f18fbe1efd45d002eb9.zip gdb-0b3301c329b795e789267f18fbe1efd45d002eb9.tar.gz gdb-0b3301c329b795e789267f18fbe1efd45d002eb9.tar.bz2 |
* sh-opc.h (sh_arg_type): Added A_DISP_PC_ABS.
Diffstat (limited to 'opcodes/sh-opc.h')
-rw-r--r-- | opcodes/sh-opc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/opcodes/sh-opc.h b/opcodes/sh-opc.h index 38ba17d..abdc464 100644 --- a/opcodes/sh-opc.h +++ b/opcodes/sh-opc.h @@ -76,6 +76,7 @@ typedef enum { A_DISP_GBR, A_PC, A_DISP_PC, + A_DISP_PC_ABS, A_DISP_REG_M, A_DISP_REG_N, A_GBR, |