From: Gabe Black Date: Fri, 27 Oct 2006 00:24:01 +0000 (-0400) Subject: Changed the number of register windows to be more realistic. X-Git-Tag: m5_2.0_beta2~70^2~21^2~7 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d1b30102fdaa79b9937e9405aeade54a72685746;p=gem5.git Changed the number of register windows to be more realistic. --HG-- extra : convert_revision : ae557307f377b19bae82226dafa8b4b2654cae52 --- diff --git a/src/arch/sparc/isa_traits.hh b/src/arch/sparc/isa_traits.hh index de54e168b..fb09121a3 100644 --- a/src/arch/sparc/isa_traits.hh +++ b/src/arch/sparc/isa_traits.hh @@ -86,7 +86,7 @@ namespace SparcISA const int MaxPGL = 2; // NWINDOWS - number of register windows, can be 3 to 32 - const int NWindows = 32; + const int NWindows = 8; // semantically meaningful register indices const int ZeroReg = 0; // architecturally meaningful