X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=reactos%2Fsubsystems%2Fntvdm%2Fbios%2Fvidbios.c;h=c6cfc0d3904a65feb1a1c512c1eb9726923bc70c;hp=d01b8ac5e7618b54ee5dbc1410ec3d443baa7818;hb=f102c47da5389c53f3702ba1824b2eef1ba96862;hpb=10ae572456348cd18514bbb6f9fd6fa6857faa0c diff --git a/reactos/subsystems/ntvdm/bios/vidbios.c b/reactos/subsystems/ntvdm/bios/vidbios.c index d01b8ac5e76..c6cfc0d3904 100644 --- a/reactos/subsystems/ntvdm/bios/vidbios.c +++ b/reactos/subsystems/ntvdm/bios/vidbios.c @@ -2126,7 +2126,7 @@ VOID WINAPI VidBiosVideoService(LPWORD Stack) if (Bda->VideoMode < 4 || Bda->VideoMode > 6) { DPRINT1("BIOS Function INT 10h, AH = 0Bh, BH = 0x%02X is unsupported for non-CGA modes\n", - getAH(), getBH()); + getBH()); break; }