--HG--
extra : convert_revision : 0f045a5086e77b5117efe257b98c1d1b604b9487
This commit is contained in:
Nicholas Nethercote 2010-03-16 12:08:18 +11:00
commit d81a5cc3e9

View File

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