Skip to content

Commit 55f9bf0

Browse files
author
Stephen Gutekanst
committed
fix aarch64-windows-gnu compilation
Signed-off-by: Stephen Gutekanst <[email protected]>
1 parent 7a0138d commit 55f9bf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/clang/tools/dxcompiler/dxcompilerobj.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1085,7 +1085,7 @@ class DxcCompiler : public IDxcCompiler3,
10851085
// This is a FOSS alternative to the proprietary dxil.dll code signer.
10861086
if (pOutputBlob && produceFullContainer) {
10871087
DxilContainerHeader* header = reinterpret_cast<DxilContainerHeader*>(pOutputBlob->GetBufferPointer());
1088-
DWORD secret[4] = {};
1088+
uint32_t secret[4] = {};
10891089
machSiegbertVogtDXCSA((BYTE*)header, pOutputBlob->GetBufferSize(), secret);
10901090
memcpy(&header->Hash, secret, 16);
10911091
}

0 commit comments

Comments
 (0)