summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
Diffstat (limited to 'source')
-rw-r--r--source/slang/slang-ir-any-value-marshalling.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/slang/slang-ir-any-value-marshalling.cpp b/source/slang/slang-ir-any-value-marshalling.cpp
index d1be60035..2dc91d299 100644
--- a/source/slang/slang-ir-any-value-marshalling.cpp
+++ b/source/slang/slang-ir-any-value-marshalling.cpp
@@ -426,7 +426,7 @@ struct AnyValueMarshallingContext
uintPtrType,
anyValueVar,
anyValInfo->fieldKeys[fieldOffset]);
- builder->emitStore(dstAddr, lowBits);
+ builder->emitStore(dstAddr, highBits);
fieldOffset++;
}
}