[FAST486]: Fix argument type.
authorHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Wed, 19 Feb 2014 19:23:36 +0000 (19:23 +0000)
committerHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Wed, 19 Feb 2014 19:23:36 +0000 (19:23 +0000)
svn path=/branches/ntvdm/; revision=62255

lib/fast486/fast486.c

index 28b8381..c47814b 100644 (file)
@@ -46,7 +46,7 @@ static
 inline
 VOID
 NTAPI
-Fast486ExecutionControl(PFAST486_STATE State, INT Command)
+Fast486ExecutionControl(PFAST486_STATE State, FAST486_EXEC_CMD Command)
 {
     UCHAR Opcode;
     INT ProcedureCallCount = 0;