X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=reactos%2Fsubsystems%2Fntvdm%2Fbios%2Fbios32%2Fkbdbios32.c;h=7ef9a8b250219c1a10c69cfd0b7f9d06e4bc3ddf;hp=0782f3e719f006685224d1618f898f12187a28d6;hb=0e13044f26bc951e8c29d82c00a1eb7c660ee6a2;hpb=73974d672f27a1e301f2fc3dcb6ee98d551f4f82 diff --git a/reactos/subsystems/ntvdm/bios/bios32/kbdbios32.c b/reactos/subsystems/ntvdm/bios/bios32/kbdbios32.c index 0782f3e719f..7ef9a8b2502 100644 --- a/reactos/subsystems/ntvdm/bios/bios32/kbdbios32.c +++ b/reactos/subsystems/ntvdm/bios/bios32/kbdbios32.c @@ -205,7 +205,8 @@ static VOID WINAPI BiosKeyboardIrq(LPWORD Stack) * In return, if CF is set we continue processing the scan code * stored in AL, and if not, we skip it. */ - BYTE CF, AX; + BYTE CF; + WORD AX; CF = getCF(); AX = getAX();