Skip to content

Commit 2d528c9

Browse files
author
Thomas Moore (CHAKRA)
committed
Fix cross-plat build failure
1 parent 1bfce75 commit 2d528c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Jsrt/Jsrt.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3980,7 +3980,7 @@ JsErrorCode RunSerializedScriptCore(
39803980
bgParseCookie,
39813981
nullptr, // pszSrc
39823982
hsi,
3983-
(Js::ParseableFunctionInfo**)(&functionBody),
3983+
(Field(Js::ParseableFunctionInfo**))(&functionBody),
39843984
nullptr, // pse
39853985
srcLength,
39863986
nullptr, // utf8sourceinfo

0 commit comments

Comments
 (0)