mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 15:53:03 +00:00
[SOFT386]
Add Soft386OpcodeHalt to the opcode table. svn path=/branches/ntvdm/; revision=59891
This commit is contained in:
parent
c0a39279ae
commit
3925c4a3d8
2 changed files with 9 additions and 1 deletions
|
@ -135,4 +135,12 @@ Soft386OpcodeSetDir
|
|||
UCHAR Opcode
|
||||
);
|
||||
|
||||
BOOLEAN
|
||||
FASTCALL
|
||||
Soft386OpcodeHalt
|
||||
(
|
||||
PSOFT386_STATE State,
|
||||
UCHAR Opcode
|
||||
);
|
||||
|
||||
#endif // _OPCODES_H_
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue