From b9a9d99b226768dc972f0c40488f332066396e69 Mon Sep 17 00:00:00 2001 From: Mitch Hayenga Date: Fri, 7 Mar 2014 15:56:23 -0500 Subject: scons: Fixes uninitialized warnings issued by clang Small fixes to appease recent clang versions. --- src/cpu/o3/scoreboard.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cpu/o3') diff --git a/src/cpu/o3/scoreboard.hh b/src/cpu/o3/scoreboard.hh index 79271082d..ec84becdf 100644 --- a/src/cpu/o3/scoreboard.hh +++ b/src/cpu/o3/scoreboard.hh @@ -72,7 +72,7 @@ class Scoreboard * the misc registers that come after the physical registers and * which are hardwired to be always considered ready. */ - unsigned numTotalRegs; + unsigned M5_CLASS_VAR_USED numTotalRegs; /** The index of the zero register. */ PhysRegIndex zeroRegIdx; -- cgit v1.2.3