summaryrefslogtreecommitdiff
path: root/src/gpu-compute/hsail_code.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu-compute/hsail_code.cc')
-rw-r--r--src/gpu-compute/hsail_code.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gpu-compute/hsail_code.cc b/src/gpu-compute/hsail_code.cc
index 59faa67e9..99f4b3896 100644
--- a/src/gpu-compute/hsail_code.cc
+++ b/src/gpu-compute/hsail_code.cc
@@ -305,8 +305,8 @@ StorageSpace::addSymbol(const BrigDirectiveVariable *sym,
nextOffset = offset + size;
- DPRINTF(HSAILObject, "Adding %s SYMBOL %s size %d offset 0x%x, init: %d\n",
- segmentNames[segment], sym_name, size, offset, sym->init);
+ DPRINTF(HSAILObject, "Adding SYMBOL %s size %d offset %#x, init: %d\n",
+ sym_name, size, offset, sym->init);
StorageElement* se = new StorageElement(sym_name, offset, size, sym);
elements.push_back(se);