base: Add #UD exception to x86_64 Cpu_state

This commit is contained in:
Adrian-Ken Rueegsegger
2015-04-21 23:04:01 +02:00
committed by Christian Helmuth
parent 370271324e
commit 96149db858

View File

@ -26,6 +26,7 @@ namespace Genode { struct Cpu_state; }
struct Genode::Cpu_state
{
enum Cpu_exception {
UNDEFINED_INSTRUCTION = 0x06,
NO_MATH_COPROC = 0x07,
PAGE_FAULT = 0x0e,
SUPERVISOR_CALL = 0x80,