Skip to content

Commit

Permalink
fix dumping of inlineCopy.alias
Browse files Browse the repository at this point in the history
  • Loading branch information
drossetti committed Mar 6, 2017
1 parent 3cb8b0c commit c12d34c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gdsync.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ void gds_dump_param(CUstreamBatchMemOpParams *param)
case CU_STREAM_MEM_OP_INLINE_COPY:
gds_info("INLINECOPY addr:%p alias:%p src:%p len=%zu flags:%08x\n",
(void*)param->inlineCopy.address,
(void*)param->writeValue.alias,
(void*)param->inlineCopy.alias,
(void*)param->inlineCopy.srcData,
param->inlineCopy.byteCount,
param->inlineCopy.flags);
Expand Down

0 comments on commit c12d34c

Please sign in to comment.