mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 12:56:39 +00:00
[FAST486]: Fix argument type.
svn path=/branches/ntvdm/; revision=62255
This commit is contained in:
parent
60dd86e7ac
commit
852cd2db79
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ static
|
||||||
inline
|
inline
|
||||||
VOID
|
VOID
|
||||||
NTAPI
|
NTAPI
|
||||||
Fast486ExecutionControl(PFAST486_STATE State, INT Command)
|
Fast486ExecutionControl(PFAST486_STATE State, FAST486_EXEC_CMD Command)
|
||||||
{
|
{
|
||||||
UCHAR Opcode;
|
UCHAR Opcode;
|
||||||
INT ProcedureCallCount = 0;
|
INT ProcedureCallCount = 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue