1 2 3 4 5 6
#include <stdint.h> void bochs_breakpoint(void) { __asm__ volatile ("xchgw %bx, %bx;"); }