X86: Make the MicroPC type 16 bit.
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user