X86: Make the MicroPC type 16 bit.
authorGabe Black <gblack@eecs.umich.edu>
Mon, 13 Oct 2008 03:48:24 +0000 (20:48 -0700)
committerGabe Black <gblack@eecs.umich.edu>
Mon, 13 Oct 2008 03:48:24 +0000 (20:48 -0700)
src/cpu/static_inst.hh

index c9eb6ff2411110d426e5a1372f539d9c56fc18b6..032a304ad8aee9f6748a95da0a800593d0d87990 100644 (file)
@@ -72,7 +72,7 @@ namespace Trace {
     class InstRecord;
 }
 
-typedef uint32_t MicroPC;
+typedef uint16_t MicroPC;
 
 static const MicroPC MicroPCRomBit = 1 << (sizeof(MicroPC) * 8 - 1);