aboutsummaryrefslogtreecommitdiffstats
path: root/src/disk.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/disk.c')
-rw-r--r--src/disk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/disk.c b/src/disk.c
index 8901b7d4..144e42fa 100644
--- a/src/disk.c
+++ b/src/disk.c
@@ -44,7 +44,7 @@ handle_40(struct bregs *regs)
void VISIBLE
handle_13(struct bregs *regs)
{
- debug_enter(regs);
+ //debug_enter(regs);
u8 drive = regs->dl;
#if BX_ELTORITO_BOOT
if (regs->ah >= 0x4a || regs->ah <= 0x4d) {