Skip to content

Commit 7cce632

Browse files
committed
add comment
1 parent 779bbba commit 7cce632

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/Runtime/Library/EngineInterfaceObject.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -445,6 +445,7 @@ namespace Js
445445
return scriptContext->GetLibrary()->GetUndefined();
446446
}
447447

448+
// TODO: This is marked volatile due to MSVC codegen bug in x86_test_pogo builds. Remove when the bug is fixed
448449
RecyclableObject *volatile func = VarTo<RecyclableObject>(args.Values[1]);
449450

450451
AssertOrFailFastMsg(func != scriptContext->GetLibrary()->GetUndefined(), "Trying to callInstanceFunction(undefined, ...)");

0 commit comments

Comments
 (0)