forked from Imagelibrary/binutils-gdb
* simops.c: Handle "break" instruction.
This commit is contained in:
@@ -3071,3 +3071,13 @@ void OP_F670 (insn, extension)
|
||||
{
|
||||
abort ();
|
||||
}
|
||||
|
||||
/* breakpoint */
|
||||
void
|
||||
OP_FF (insn, extension)
|
||||
unsigned long insn, extension;
|
||||
{
|
||||
State.exception = SIGTRAP;
|
||||
PC -= 1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user