kodamayu has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/13797

Change subject: arch-arm: I missed the header file static_inst.hh
......................................................................

arch-arm: I missed the header file static_inst.hh

Change-Id: I606888fb7d507ff2fa3de715cb08a4cf061aeb40
---
M src/arch/arm/insts/static_inst.hh
1 file changed, 1 insertion(+), 1 deletion(-)



diff --git a/src/arch/arm/insts/static_inst.hh b/src/arch/arm/insts/static_inst.hh
index 6216598..f4f3cbb 100644
--- a/src/arch/arm/insts/static_inst.hh
+++ b/src/arch/arm/insts/static_inst.hh
@@ -179,7 +179,7 @@
     void printExtendOperand(bool firstOperand, std::ostream &os,
                             IntRegIndex rm, ArmExtendType type,
                             int64_t shiftAmt) const;
-
+    void printPFflags(std::ostream &os, int flag) const;

     void printDataInst(std::ostream &os, bool withImm) const;
void printDataInst(std::ostream &os, bool withImm, bool immShift, bool s,

--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/13797
To unsubscribe, or for help writing mail filters, visit https://gem5-review.googlesource.com/settings

Gerrit-Project: public/gem5
Gerrit-Branch: master
Gerrit-Change-Id: I606888fb7d507ff2fa3de715cb08a4cf061aeb40
Gerrit-Change-Number: 13797
Gerrit-PatchSet: 1
Gerrit-Owner: kodamayu <kodama.yue...@gmail.com>
Gerrit-MessageType: newchange
_______________________________________________
gem5-dev mailing list
gem5-dev@gem5.org
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to