Minor cleanups.
[seabios.git] / src / apm.c
index 63bb44f9e3f7a469cf77f31fba9cde5f9fe2c7bb..1cb054ce8f5dc38c236822c401ae569241d02c0e 100644 (file)
--- a/src/apm.c
+++ b/src/apm.c
@@ -178,6 +178,7 @@ handle_1553XX(struct bregs *regs)
 void VISIBLE16
 handle_1553(struct bregs *regs)
 {
+    //debug_stub(regs);
     switch (regs->al) {
     case 0x00: handle_155300(regs); break;
     case 0x01: handle_155301(regs); break;