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:
Lars T Hansen 2021-09-09 12:30:03 +00:00
Родитель d92ecbcd8b
Коммит ccbaec66be
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -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) {}