зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1728549 - Make the 'none' case narrower, only wasi is affected. r=jseward CLOSED TREE
Differential Revision: https://phabricator.services.mozilla.com/D125063
This commit is contained in:
Родитель
d92ecbcd8b
Коммит
ccbaec66be
|
@ -710,7 +710,7 @@ static void Deallocate(BaseCompiler* bc, RegI64 temp) {
|
|||
bc->freeI32(bc->specific_.ecx);
|
||||
}
|
||||
|
||||
#elif defined(JS_CODEGEN_NONE)
|
||||
#elif defined(__wasi__)
|
||||
|
||||
static void Allocate(BaseCompiler*, RegI64*, RegI64*) {}
|
||||
static void Deallocate(BaseCompiler*, RegI64) {}
|
||||
|
|
Загрузка…
Ссылка в новой задаче