summaryrefslogtreecommitdiff
path: root/kernel/debug.c
blob: 5f3c327404e71dc858dd69b17463bb124b5bd2e2 (plain)
1
2
3
4
5
6
#include <stdint.h>

void bochs_breakpoint(void)
{
	__asm__ volatile ("xchgw %bx, %bx;");
}