Skip to content

Commit 9d70217

Browse files
committed
remove const
1 parent 7e8500c commit 9d70217

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/lsu/LSU.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ namespace olympia
7878
static const char name[];
7979

8080
// return allow_data_forwarding for test
81-
const bool allow_data_forwarding_ex() {
81+
bool allow_data_forwarding_ex() {
8282
return allow_data_forwarding_;
8383
}
8484

0 commit comments

Comments
 (0)