* grub-core/gdb/i386/idt.c (grub_gdb_breakpoint): Remove old debug code.
This commit is contained in:
parent
c6d542119d
commit
de1e64eb43
2 changed files with 4 additions and 2 deletions
|
@ -74,7 +74,5 @@ grub_gdb_idtrestore (void)
|
|||
void
|
||||
grub_gdb_breakpoint (void)
|
||||
{
|
||||
int x = 1, y = 0;
|
||||
(void) (x / y);
|
||||
asm volatile ("int $3");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue