Merge branch 'master' into rosh_for_hpa
[profile/ivi/syslinux.git] / memdisk / conio.c
index 0e75bd7..d1f0862 100644 (file)
@@ -30,7 +30,7 @@ int putchar(int ch)
     }
 
     regs.eax.w[0] = 0x0e00 | (ch & 0xff);
-    syscall(0x10, &regs, NULL);
+    intcall(0x10, &regs, NULL);
 
     return ch;
 }