From 37fcae3bd2fc3edbc07ac7c4c88fc63c2b5b5b1f Mon Sep 17 00:00:00 2001 From: Adeel Mujahid <3840695+am11@users.noreply.github.com> Date: Wed, 9 Oct 2024 22:29:14 +0300 Subject: [PATCH] Fix alpine-arm64 build --- src/SOS/Strike/eeheap.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SOS/Strike/eeheap.cpp b/src/SOS/Strike/eeheap.cpp index 259cb42996..c83f46b5c6 100644 --- a/src/SOS/Strike/eeheap.cpp +++ b/src/SOS/Strike/eeheap.cpp @@ -436,7 +436,7 @@ size_t AlignLarge(size_t nbytes) size_t GetNumComponents(TADDR obj) { // The number of components is always the second pointer in the object. - DWORD Value = NULL; + DWORD Value = 0; HRESULT hr = MOVE(Value, obj + sizeof(size_t)); // If we fail to read out the number of components, let's assume 0 so we don't try to