mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 19:26:16 +00:00
[SOFT386]
Add Soft386OpcodeHalt to the opcode table. svn path=/branches/ntvdm/; revision=59891
This commit is contained in:
@@ -268,7 +268,7 @@ Soft386OpcodeHandlers[SOFT386_NUM_OPCODE_HANDLERS] =
|
||||
NULL, // Invalid
|
||||
Soft386OpcodePrefix,
|
||||
Soft386OpcodePrefix,
|
||||
NULL, // TODO: OPCODE 0xF4 NOT SUPPORTED
|
||||
Soft386OpcodeHalt,
|
||||
NULL, // TODO: OPCODE 0xF5 NOT SUPPORTED
|
||||
NULL, // TODO: OPCODE 0xF6 NOT SUPPORTED
|
||||
NULL, // TODO: OPCODE 0xF7 NOT SUPPORTED
|
||||
|
||||
@@ -135,4 +135,12 @@ Soft386OpcodeSetDir
|
||||
UCHAR Opcode
|
||||
);
|
||||
|
||||
BOOLEAN
|
||||
FASTCALL
|
||||
Soft386OpcodeHalt
|
||||
(
|
||||
PSOFT386_STATE State,
|
||||
UCHAR Opcode
|
||||
);
|
||||
|
||||
#endif // _OPCODES_H_
|
||||
|
||||
Reference in New Issue
Block a user