Misc updates.
[seabios.git] / src / disk.c
index 617cdf02eb1a4d5f9e52c0a501d8094c2f348ce3..30b6e7be9bc1d236dca6df5ec84ebc5cfb32c0ab 100644 (file)
@@ -190,7 +190,7 @@ disk_1304(struct bregs *regs, struct drive_s *drive_g)
 static void
 disk_1305(struct bregs *regs, struct drive_s *drive_g)
 {
-    DISK_STUB(regs);
+    debug_stub(regs);
 
     u16 nlc, nlh, nlspt;
     fillLCHS(drive_g, &nlc, &nlh, &nlspt);