mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 13:27:45 -07:00
Merge pull request #1635 from FioraAeterna/fixprofiler2
JIT: fix profiler call
This commit is contained in:
commit
e40f129fdd
@ -16,7 +16,7 @@
|
||||
|
||||
#define PROFILER_QUERY_PERFORMANCE_COUNTER(pt) \
|
||||
MOV(64, R(ABI_PARAM1), Imm64((u64) pt)); \
|
||||
CALL((const void*) QueryPerformanceCounter)
|
||||
ABI_CallFunction((const void*) QueryPerformanceCounter)
|
||||
|
||||
// block->ticCounter += block->ticStop - block->ticStart
|
||||
#define PROFILER_UPDATE_TIME(block) \
|
||||
|
Loading…
Reference in New Issue
Block a user