mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 10:41:50 +00:00
Fix typo.
This commit is contained in:
parent
eb842cd029
commit
8d4b10be4d
@ -94,7 +94,7 @@ static inline int LuaZoneBegin( lua_State* L )
|
|||||||
item->hdr.type = QueueType::ZoneBeginAllocSrcLoc;
|
item->hdr.type = QueueType::ZoneBeginAllocSrcLoc;
|
||||||
item->zoneBegin.time = Profiler::GetTime( item->zoneBegin.cpu );
|
item->zoneBegin.time = Profiler::GetTime( item->zoneBegin.cpu );
|
||||||
item->zoneBegin.thread = GetThreadHandle();
|
item->zoneBegin.thread = GetThreadHandle();
|
||||||
item->zoneBegin.srcloc = (uint64)ptr;
|
item->zoneBegin.srcloc = (uint64_t)ptr;
|
||||||
tail.store( magic + 1, std::memory_order_release );
|
tail.store( magic + 1, std::memory_order_release );
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user