File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4570,7 +4570,7 @@ void InterpreterJitManager::JitTokenToMethodRegionInfo(const METHODTOKEN& Method
45704570 methodRegionInfo->coldSize = 0 ;
45714571}
45724572
4573- #if !defined(DACCESS_COMPILE)
4573+ #if !defined(DACCESS_COMPILE) && !defined(TARGET_BROWSER)
45744574IExecutionControl* InterpreterJitManager::GetExecutionControl ()
45754575{
45764576 LIMITED_METHOD_CONTRACT;
Original file line number Diff line number Diff line change @@ -2874,7 +2874,7 @@ class InterpreterJitManager final : public EECodeGenManager
28742874 return STUB_CODE_BLOCK_UNKNOWN;
28752875 }
28762876
2877- #if !defined(DACCESS_COMPILE)
2877+ #if !defined(DACCESS_COMPILE) && !defined(TARGET_BROWSER)
28782878 // Return execution control for interpreter bytecode breakpoints
28792879 virtual IExecutionControl* GetExecutionControl ();
28802880#endif
You can’t perform that action at this time.
0 commit comments