arch-power: Add MSR and associated dependencies
[gem5.git] / src / arch / power / insts / branch.hh
index 8c311a2e3dd3732629790c6e91c121f5cd773c8b..40555aaac7cd98d3c2cec5477b14dfe2c6cc6e5b 100644 (file)
@@ -84,7 +84,7 @@ class BranchOp : public PCDependentDisassembly
     {
     }
 
-    PowerISA::PCState branchTarget(const PowerISA::PCState &pc) const override;
+    PowerISA::PCState branchTarget(ThreadContext *tc) const override;
 
     /// Explicitly import the otherwise hidden branchTarget
     using StaticInst::branchTarget;
@@ -163,7 +163,7 @@ class BranchDispCondOp : public BranchCondOp
     {
     }
 
-    PowerISA::PCState branchTarget(const PowerISA::PCState &pc) const override;
+    PowerISA::PCState branchTarget(ThreadContext *tc) const override;
 
     /// Explicitly import the otherwise hidden branchTarget
     using StaticInst::branchTarget;