X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=src%2Fdisk.c;fp=src%2Fdisk.c;h=30b6e7be9bc1d236dca6df5ec84ebc5cfb32c0ab;hb=4d9d400031417528d4fbe05f845f3759237e48d3;hp=617cdf02eb1a4d5f9e52c0a501d8094c2f348ce3;hpb=969df6062527fe7019aa02241c321557ed9cb0a8;p=seabios.git diff --git a/src/disk.c b/src/disk.c index 617cdf0..30b6e7b 100644 --- a/src/disk.c +++ b/src/disk.c @@ -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);