*** empty log message ***
This commit is contained in:
parent
7a22ecfc4b
commit
67d5789459
34 changed files with 103 additions and 49 deletions
|
@ -976,7 +976,7 @@ make_regs (struct gdbarch *arch)
|
|||
/* Breakpoints. */
|
||||
|
||||
static const unsigned char *
|
||||
m32c_breakpoint_from_pc (CORE_ADDR *pc, int *len)
|
||||
m32c_breakpoint_from_pc (struct gdbarch *gdbarch, CORE_ADDR *pc, int *len)
|
||||
{
|
||||
static unsigned char break_insn[] = { 0x00 }; /* brk */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue