Faults: Pass the StaticInst involved, if any, to a Fault's invoke method.
[gem5.git] / src / cpu / o3 / cpu.hh
index a102a21f53239779ff52e0d83f2ac5f635e62741..e7368993be70799be6679b6f8ccde5b0ddfbf7a2 100644 (file)
@@ -367,7 +367,7 @@ class FullO3CPU : public BaseO3CPU
     { return globalSeqNum++; }
 
     /** Traps to handle given fault. */
-    void trap(Fault fault, ThreadID tid);
+    void trap(Fault fault, ThreadID tid, DynInstPtr inst);
 
 #if FULL_SYSTEM
     /** HW return from error interrupt. */