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

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