mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 19:44:57 +00:00
Merge pull request #1635 from FioraAeterna/fixprofiler2
JIT: fix profiler call
This commit is contained in:
commit
e40f129fdd
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue