Fix pointer of DBCS table (int 0x21, func 0x6300)

This commit is contained in:
lpproj 2014-11-22 11:41:07 +09:00
parent 08c05b1d7a
commit 0246178809

View File

@ -1377,7 +1377,7 @@ dispatch:
case 0:
p = DosGetDBCS();
lr.DS = FP_SEG(p);
lr.SI = FP_OFF(p);
lr.SI = FP_OFF(p) + 2;
break;
case 1: /* set Korean Hangul input method to DL 0/1 */
lr.AL = 0xff; /* flag error (AL would be 0 if okay) */