308,309c308,309
< 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);