Bug 1091916 - simplify the interrupt/jitStackLimit situation (r=bhackett)

This commit is contained in:
Luke Wagner
2014-10-30 17:35:35 -05:00
parent 9b8aecc2d2
commit f7cb682aa0
22 changed files with 239 additions and 290 deletions

View File

@@ -18,6 +18,7 @@ inline uintptr_t
GetNativeStackBase()
{
uintptr_t stackBase = reinterpret_cast<uintptr_t>(GetNativeStackBaseImpl());
MOZ_ASSERT(stackBase != 0);
MOZ_ASSERT(stackBase % sizeof(void *) == 0);
return stackBase;
}