add bochs magic breakpoint support
This commit is contained in:
parent
f658a80f6e
commit
0eb8a48bb3
|
|
@ -0,0 +1,3 @@
|
|||
void breakpoint() {
|
||||
asm volatile ("xchgw %bx, %bx");
|
||||
}
|
||||
|
|
@ -0,0 +1 @@
|
|||
void breakpoint();
|
||||
Loading…
Reference in New Issue