Skip to content

Commit e862ba4

Browse files
authored
Merge pull request #262 from fortminors/main
fix: compiling with RMT_USE_CUDA, missing arg
2 parents c3e8a2f + 09160d5 commit e862ba4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Remotery.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6584,7 +6584,7 @@ static rmtError Remotery_SendSampleTreeMessage(Remotery* rmt, Message* message)
65846584
rmt_EndCPUSample();
65856585
if (!are_samples_ready)
65866586
{
6587-
QueueSampleTree(rmt->mq_to_rmt_thread, sample, sample_tree->allocator, sample_tree->threadName,
6587+
QueueSampleTree(rmt->mq_to_rmt_thread, sample, sample_tree->allocator, sample_tree->threadName, 0,
65886588
message->threadProfiler, RMT_FALSE);
65896589
return RMT_ERROR_NONE;
65906590
}

0 commit comments

Comments
 (0)