From 549d651f0dabff88ec23b15c0bf77b7b2b1c9802 Mon Sep 17 00:00:00 2001 From: matszpk Date: Tue, 20 Feb 2018 22:13:29 +0000 Subject: [PATCH] CLRadeonExtender: Small fix in comment. --- amdasm/DisasmAmdCL2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/amdasm/DisasmAmdCL2.cpp b/amdasm/DisasmAmdCL2.cpp index 37c3e8e0..444572d1 100644 --- a/amdasm/DisasmAmdCL2.cpp +++ b/amdasm/DisasmAmdCL2.cpp @@ -501,7 +501,7 @@ static AmdCL2KernelConfig genKernelConfig(size_t metadataSize, const cxbyte* met case 1: // read_only image case 2: // write_only image case 3: // read_write image - if (kindOfType==2) // not image + if (kindOfType==2) // image { arg.argType = KernelArgType::IMAGE; arg.ptrAccess = (argType==1) ? KARG_PTR_READ_ONLY : (argType==2) ?