Author: hbelusca Date: Tue Oct 14 21:53:07 2014 New Revision: 64746
URL: http://svn.reactos.org/svn/reactos?rev=64746&view=rev Log: Forgot this file :)
Modified: trunk/reactos/lib/fast486/extraops.h
Modified: trunk/reactos/lib/fast486/extraops.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/fast486/extraops.h?rev=... ============================================================================== --- trunk/reactos/lib/fast486/extraops.h [iso-8859-1] (original) +++ trunk/reactos/lib/fast486/extraops.h [iso-8859-1] Tue Oct 14 21:53:07 2014 @@ -25,6 +25,10 @@ #pragma once
/* DEFINES ********************************************************************/ + +FAST486_OPCODE_HANDLER(Fast486ExtOpcodeInvalid); +FAST486_OPCODE_HANDLER(Fast486ExtOpcodeUnimplemented); +FAST486_OPCODE_HANDLER(Fast486ExtOpcode0F0B);
FAST486_OPCODE_HANDLER(Fast486ExtOpcodeLar); FAST486_OPCODE_HANDLER(Fast486ExtOpcodeLsl);