X86_TRAP_BR
case X86_TRAP_BR: return exc_bounds(regs);
DECLARE_IDTENTRY(X86_TRAP_BR, exc_bounds);
INTG(X86_TRAP_BR, asm_exc_bounds),
X86_TRAP_BR, SIGSEGV) == NOTIFY_STOP)
do_trap(X86_TRAP_BR, SIGSEGV, "bounds", regs, 0, 0, NULL);