X86: Make the MicroPC type 16 bit.

This commit is contained in:
Gabe Black 2008-10-12 20:48:24 -07:00
parent 6074b1abf2
commit 989fa4fc0f

View 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);