зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1304672: WasmBaselineCompiler should refer to the renamed Wasm{Load,Store}GlobalVar; r=luke
MozReview-Commit-ID: 79bHGrpDCXw --HG-- extra : rebase_source : eea014673a34279e4e9130db98b9cccb2a29438a extra : histedit_source : 12947bbe07c965f2945133ffb8d898d662484909
This commit is contained in:
Родитель
72e5f8ec1a
Коммит
9535ac5427
|
@ -2987,7 +2987,7 @@ class BaseCompiler
|
|||
//
|
||||
// Global variable access.
|
||||
|
||||
// CodeGenerator{X86,X64}::visitAsmJSLoadGlobalVar()
|
||||
// CodeGenerator{X86,X64}::visitWasmLoadGlobal()
|
||||
|
||||
void loadGlobalVarI32(unsigned globalDataOffset, RegI32 r)
|
||||
{
|
||||
|
@ -3060,7 +3060,7 @@ class BaseCompiler
|
|||
#endif
|
||||
}
|
||||
|
||||
// CodeGeneratorX64::visitAsmJSStoreGlobalVar()
|
||||
// CodeGeneratorX64::visitWasmStoreGlobal()
|
||||
|
||||
void storeGlobalVarI32(unsigned globalDataOffset, RegI32 r)
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче