diff options
Diffstat (limited to 'gdb/rs6000-tdep.c')
-rw-r--r-- | gdb/rs6000-tdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/rs6000-tdep.c b/gdb/rs6000-tdep.c index 9123a3d..33cdc78 100644 --- a/gdb/rs6000-tdep.c +++ b/gdb/rs6000-tdep.c @@ -1234,7 +1234,7 @@ store_insn_p (unsigned long op, unsigned long rs, this masking operation is equal to BL_INSTRUCTION, then the opcode in question is a ``bl'' instruction. - BL_DISPLACMENT_MASK is anded with the opcode in order to extract + BL_DISPLACEMENT_MASK is anded with the opcode in order to extract the branch displacement. */ #define BL_MASK 0xfc000001 |