changeset c8479d55206c in /z/repo/m5
details: http://repo.m5sim.org/m5?cmd=changeset;node=c8479d55206c
description:
        X86: Make the MicroPC type 16 bit.

diffstat:

0 files changed

diffs (12 lines):

diff -r cca6726c0d88 -r c8479d55206c src/cpu/static_inst.hh
--- a/src/cpu/static_inst.hh    Sun Oct 12 20:44:11 2008 -0700
+++ b/src/cpu/static_inst.hh    Sun Oct 12 20:48:24 2008 -0700
@@ -72,7 +72,7 @@
     class InstRecord;
 }
 
-typedef uint32_t MicroPC;
+typedef uint16_t MicroPC;
 
 static const MicroPC MicroPCRomBit = 1 << (sizeof(MicroPC) * 8 - 1);
 
_______________________________________________
m5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/m5-dev

Reply via email to