mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-03-25 16:22:37 -07:00
Support for stackprobe on w3i3pc and w3i6pc.
Copied from Perforce Change: 184998 ServerID: perforce.ravenbrook.com
This commit is contained in:
parent
c1df7b56ce
commit
30e8b23b45
1 changed files with 3 additions and 5 deletions
|
|
@ -341,12 +341,10 @@
|
|||
|
||||
/* Stack configuration */
|
||||
|
||||
/* Currently StackProbe has a useful implementation only on
|
||||
* Intel platforms and only when using Microsoft build tools (builder.mv)
|
||||
*/
|
||||
#if defined(MPS_ARCH_I3) && defined(MPS_BUILD_MV)
|
||||
/* Currently StackProbe has a useful implementation only on Windows. */
|
||||
#if defined(MPS_OS_W3) && defined(MPS_ARCH_I3)
|
||||
#define StackProbeDEPTH ((Size)500)
|
||||
#elif defined(MPS_PF_W3I6MV)
|
||||
#elif defined(MPS_OS_W3) && defined(MPS_ARCH_I6)
|
||||
#define StackProbeDEPTH ((Size)500)
|
||||
#else
|
||||
#define StackProbeDEPTH ((Size)0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue