#endif // #ifndef DACCESS_COMPILE
+#ifdef _TARGET_X86_
/*
Gets the ambient stack pointer value at the given nesting level within
the method.
DWORD dwRelOffset,
DWORD nestingLevel,
CodeManState *pState) = 0;
+#endif // _TARGET_X86_
/*
Get the number of bytes used for stack parameters.
#endif // #ifndef DACCESS_COMPILE
+#ifdef _TARGET_X86_
/*
Gets the ambient stack pointer value at the given nesting level within
the method.
DWORD dwRelOffset,
DWORD nestingLevel,
CodeManState *pState);
+#endif // _TARGET_X86_
/*
Get the number of bytes used for stack parameters.
#endif // #ifdef DACCESS_COMPILE
+#ifdef _TARGET_X86_
/*
* GetAmbientSP
*
SUPPORTS_DAC;
} CONTRACTL_END;
-#ifdef _TARGET_X86_
GCInfoToken gcInfoToken = pCodeInfo->GetGCInfoToken();
_ASSERTE(sizeof(CodeManStateBuf) <= sizeof(pState->stateBuf));
}
return baseSP;
-
-#else // !_TARGET_X86_
- PORTABILITY_ASSERT("EECodeManager::GetAmbientSP is not implemented on this platform.");
- return 0;
-#endif // _TARGET_X86_
}
+#endif // _TARGET_X86_
/*
Get the number of bytes used for stack parameters.