We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e29112 commit 37332bcCopy full SHA for 37332bc
llvm/lib/Object/DXContainer.cpp
@@ -301,7 +301,7 @@ Error DirectX::PSVRuntimeInfo::parse(uint16_t ShaderKind) {
301
302
// String table starts at a 4-byte offset.
303
Current = reinterpret_cast<const char *>(
304
- alignTo<4>(reinterpret_cast<const uintptr_t>(Current)));
+ alignTo<4>(reinterpret_cast<uintptr_t>(Current)));
305
306
uint32_t StringTableSize = 0;
307
if (Error Err = readInteger(Data, Current, StringTableSize))
0 commit comments