From 65c247f21fba8e2a8349d6fdba8ff4661a5d2d89 Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Tue, 2 Oct 2007 22:04:20 -0700 Subject: X86: Add classes for the actual x86 faults. --HG-- extra : convert_revision : bc060a01b5415551b335ca68ccbf126333ae20b0 --- src/arch/x86/isa/insts/system/undefined_operation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/arch/x86/isa/insts/system') diff --git a/src/arch/x86/isa/insts/system/undefined_operation.py b/src/arch/x86/isa/insts/system/undefined_operation.py index e5544b6e7..9f129522b 100644 --- a/src/arch/x86/isa/insts/system/undefined_operation.py +++ b/src/arch/x86/isa/insts/system/undefined_operation.py @@ -56,6 +56,6 @@ microcode = ''' def macroop UD2 { - fault "new X86Fault" + fault "new InvalidOpcode()" }; ''' -- cgit v1.2.3