Fix bustage in _nvprof macro (no bug, r=nnethercote+)

--HG--
extra : convert_revision : 62212ce5b6bbefad34c0924cae9ce1701182f082
This commit is contained in:
Edwin Smith 2010-03-15 20:57:35 -04:00
Родитель 03995acf0a
Коммит eb44d106f4
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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