Fixed a small bug in int10.

This commit is contained in:
Jess Haas 1999-03-24 15:00:21 +00:00 committed by Alexandre Julliard
parent e69fcc054e
commit d24cc27967

View file

@ -582,7 +582,7 @@ else {
case 0x11: /* TEXT MODE CHARGEN */
/* Note that second subfunction is *almost* identical. */
/* See INTERRUPT.A for details. */
switch AH_reg(context) {
switch AL_reg(context) {
case 0x00: /* LOAD USER SPECIFIED PATTERNS */
case 0x10:
FIXME(int10, "Load User Specified Patterns - Not Supported\n");