Moved the Bit64 constant out of the regfile.hh into isa_traits.cc, which is the only...
authorGabe Black <gblack@eecs.umich.edu>
Mon, 29 May 2006 03:50:23 +0000 (23:50 -0400)
committerGabe Black <gblack@eecs.umich.edu>
Mon, 29 May 2006 03:50:23 +0000 (23:50 -0400)
--HG--
extra : convert_revision : 0a9bb7134f7a7f981ea40294e0877ce46d7d693e

src/arch/sparc/regfile.hh

index 4dfdc0cf37728daabd293f5a3e62169e83a7486a..e8397364eccff1ede5eb42d24a5532a3dd6e46ac 100644 (file)
@@ -51,15 +51,11 @@ namespace SparcISA
     // NWINDOWS - number of register windows, can be 3 to 32
     const int NWindows = 32;
 
-
     const int AsrStart = 0;
     const int PrStart = 32;
     const int HprStart = 64;
     const int MiscStart = 96;
 
-
-    const uint64_t Bit64 = 0x8000000000000000;
-
     class IntRegFile
     {
       protected:
@@ -603,8 +599,6 @@ namespace SparcISA
             hpstateFields.red = 1;
             hpstateFields.hpriv = 1;
             hpstateFields.tlz = 0; // this is a guess
-
-
 #else
 /*         //This sets up the initial state of the processor for usermode processes
             pstateFields.priv = 0; //Process runs in user mode