mirror of
https://github.com/reactos/reactos.git
synced 2025-01-03 21:09:19 +00:00
Forgot this file :)
svn path=/trunk/; revision=64746
This commit is contained in:
parent
2859d00536
commit
9718330254
1 changed files with 4 additions and 0 deletions
|
@ -26,6 +26,10 @@
|
|||
|
||||
/* DEFINES ********************************************************************/
|
||||
|
||||
FAST486_OPCODE_HANDLER(Fast486ExtOpcodeInvalid);
|
||||
FAST486_OPCODE_HANDLER(Fast486ExtOpcodeUnimplemented);
|
||||
FAST486_OPCODE_HANDLER(Fast486ExtOpcode0F0B);
|
||||
|
||||
FAST486_OPCODE_HANDLER(Fast486ExtOpcodeLar);
|
||||
FAST486_OPCODE_HANDLER(Fast486ExtOpcodeLsl);
|
||||
FAST486_OPCODE_HANDLER(Fast486ExtOpcodeClts);
|
||||
|
|
Loading…
Reference in a new issue