diff options
author | Jeff Law <law@redhat.com> | 1997-03-06 23:13:31 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1997-03-06 23:13:31 +0000 |
commit | 39c65f8d83cc778e344a2a524bdaa3aa79e5821f (patch) | |
tree | 140633bde5509c878f329997c05b36d260c33e38 /include | |
parent | fa5864d5f76326ddf08eb561569b82f348fcb45c (diff) | |
download | gdb-39c65f8d83cc778e344a2a524bdaa3aa79e5821f.zip gdb-39c65f8d83cc778e344a2a524bdaa3aa79e5821f.tar.gz gdb-39c65f8d83cc778e344a2a524bdaa3aa79e5821f.tar.bz2 |
Fix typo in last change.
Diffstat (limited to 'include')
-rw-r--r-- | include/opcode/mn10300.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/opcode/mn10300.h b/include/opcode/mn10300.h index 256271e..4b7fb8a 100644 --- a/include/opcode/mn10300.h +++ b/include/opcode/mn10300.h @@ -102,7 +102,7 @@ extern const struct mn10300_operand mn10300_operands[]; #define MN10300_OPERAND_MEMADDR 0x2000 -#define MN10300_OPERAND_RELAX 0x3000 +#define MN10300_OPERAND_RELAX 0x4000 /* Opcode Formats. */ #define FMT_S0 1 |