Fix compile of eeProfiler

This commit is contained in:
tellowkrinkle 2021-02-03 20:18:02 -06:00
parent 456ea95794
commit 1470315356
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}
}