Bug 1091916 - simplify the interrupt/jitStackLimit situation (r=bhackett)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user