changeset 93f1e520447d in /z/repo/m5
details: http://repo.m5sim.org/m5?cmd=changeset;node=93f1e520447d
description:
        ARM: Get rid of NumInternalProcRegs.

        That constant is a carry over from Alpha and doesn't do anything in ARM.

diffstat:

1 file changed, 1 deletion(-)
src/arch/arm/registers.hh |    1 -

diffs (11 lines):

diff -r 77318ac91316 -r 93f1e520447d src/arch/arm/registers.hh
--- a/src/arch/arm/registers.hh Sun Nov 08 01:59:20 2009 -0800
+++ b/src/arch/arm/registers.hh Sun Nov 08 02:00:55 2009 -0800
@@ -55,7 +55,6 @@
 const int NumIntArchRegs = NUM_ARCH_INTREGS;
 const int NumFloatArchRegs = 16;
 const int NumFloatSpecialRegs = 5;
-const int NumInternalProcRegs = 0;
 
 const int NumIntRegs = NUM_INTREGS;
 const int NumFloatRegs = NumFloatArchRegs + NumFloatSpecialRegs;
_______________________________________________
m5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/m5-dev

Reply via email to