Bug 1279312 - Remove SymbolicAddress::StackLimit. r=luke

This symbolic address is not used any longer. It has been replaced by the
stackLimit entry in the TlsData struct.
This commit is contained in:
Jakob Stoklund Olesen 2016-07-25 07:57:36 -07:00
Родитель fa3211efd0
Коммит 8525095859
2 изменённых файлов: 0 добавлений и 3 удалений

Просмотреть файл

@ -181,8 +181,6 @@ wasm::AddressOf(SymbolicAddress imm, ExclusiveContext* cx)
return cx->runtimeAddressForJit();
case SymbolicAddress::RuntimeInterruptUint32:
return cx->runtimeAddressOfInterruptUint32();
case SymbolicAddress::StackLimit:
return cx->stackLimitAddressForJitCode(StackForUntrustedScript);
case SymbolicAddress::ReportOverRecursed:
return FuncCast(WasmReportOverRecursed, Args_General0);
case SymbolicAddress::HandleExecutionInterrupt:

Просмотреть файл

@ -765,7 +765,6 @@ enum class SymbolicAddress
ATan2D,
Runtime,
RuntimeInterruptUint32,
StackLimit,
ReportOverRecursed,
HandleExecutionInterrupt,
HandleTrap,