mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 12:23:29 +00:00
[FAST486]: Fix argument type.
svn path=/branches/ntvdm/; revision=62255
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user