From 9718330254dd78bf2b5b2695ce1c886c994bb989 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herm=C3=A8s=20B=C3=A9lusca-Ma=C3=AFto?= Date: Tue, 14 Oct 2014 21:53:07 +0000 Subject: [PATCH] Forgot this file :) svn path=/trunk/; revision=64746 --- reactos/lib/fast486/extraops.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/reactos/lib/fast486/extraops.h b/reactos/lib/fast486/extraops.h index 164219b561f..0a8effd2ef7 100644 --- a/reactos/lib/fast486/extraops.h +++ b/reactos/lib/fast486/extraops.h @@ -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);