diff --git a/core/LSU.hpp b/core/LSU.hpp index 040ba76c..ccb0b2ad 100644 --- a/core/LSU.hpp +++ b/core/LSU.hpp @@ -79,7 +79,7 @@ namespace olympia // return allow_data_forwarding for test bool allow_data_forwarding_ex() { - return this.allow_data_forwarding_; + return allow_data_forwarding_; } ////////////////////////////////////////////////////////////////////////////////