* mips-tdep.c (mips_next_pc): Fix a typo.
This commit is contained in:
parent
3356937a9d
commit
1aee363c16
@ -1,3 +1,7 @@
|
|||||||
|
2013-06-26 Maciej W. Rozycki <macro@codesourcery.com>
|
||||||
|
|
||||||
|
* mips-tdep.c (mips_next_pc): Fix a typo.
|
||||||
|
|
||||||
2013-06-26 Maciej W. Rozycki <macro@codesourcery.com>
|
2013-06-26 Maciej W. Rozycki <macro@codesourcery.com>
|
||||||
|
|
||||||
* mips-tdep.c (micromips_scan_prologue): Fix a typo.
|
* mips-tdep.c (micromips_scan_prologue): Fix a typo.
|
||||||
|
@ -2242,7 +2242,7 @@ mips16_next_pc (struct frame_info *frame, CORE_ADDR pc)
|
|||||||
/* The mips_next_pc function supports single_step when the remote
|
/* The mips_next_pc function supports single_step when the remote
|
||||||
target monitor or stub is not developed enough to do a single_step.
|
target monitor or stub is not developed enough to do a single_step.
|
||||||
It works by decoding the current instruction and predicting where a
|
It works by decoding the current instruction and predicting where a
|
||||||
branch will go. This isnt hard because all the data is available.
|
branch will go. This isn't hard because all the data is available.
|
||||||
The MIPS32, MIPS16 and microMIPS variants are quite different. */
|
The MIPS32, MIPS16 and microMIPS variants are quite different. */
|
||||||
static CORE_ADDR
|
static CORE_ADDR
|
||||||
mips_next_pc (struct frame_info *frame, CORE_ADDR pc)
|
mips_next_pc (struct frame_info *frame, CORE_ADDR pc)
|
||||||
|
Loading…
Reference in New Issue
Block a user