mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Fix bustage in _nvprof macro (no bug, r=nnethercote+)
--HG-- extra : convert_revision : 62212ce5b6bbefad34c0924cae9ce1701182f082
This commit is contained in:
parent
05202d0996
commit
25b61ab75a
@ -145,7 +145,7 @@ extern void* _tprof_before_id;
|
||||
(id != 0) ? \
|
||||
_profileEntryValue (id, (int64_t) (v)) \
|
||||
: \
|
||||
profileValue (&id, (char*) (e), -1, (int64_t) (v), ##__VA_ARGS__, NULL) \
|
||||
profileValue (&id, (char*) (e), -1, (int64_t) (v), NULL) \
|
||||
; \
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user