diff -r cc5797147e1c -r eeb9f1e59e56 src/arch/x86/faults.hh --- a/src/arch/x86/faults.hh Mon Sep 09 18:52:23 2013 -0500 +++ b/src/arch/x86/faults.hh Tue Sep 10 15:20:28 2013 +0200 @@ -89,6 +89,9 @@ StaticInstPtr inst = StaticInst::nullStaticInstPtr); virtual std::string describe() const; + + public: + virtual uint8_t getVector() { return vector; } }; // Base class for x86 faults which behave as if the underlying instruction