mirror of https://github.com/PCSX2/pcsx2.git
Fix compile of eeProfiler
This commit is contained in:
parent
456ea95794
commit
1470315356
|
@ -370,7 +370,7 @@ struct eeProfiler {
|
|||
// Compact the 4GB virtual address to a 512KB virtual address
|
||||
if (x86caps.hasBMI2) {
|
||||
xPEXT(ebx, ecx, ptr[&memMask]);
|
||||
xADD(ptr32[(ebx*4) + memStats], 1);
|
||||
xADD(ptr32[(rbx*4) + memStats], 1);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue