зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1479204 - Fix the placement of an #endif. r=me DONTBUILD
--HG-- extra : amend_source : 8be06e14dc6dda271336dce914188653ea946726
This commit is contained in:
Родитель
30bdb835f5
Коммит
40651f9390
|
@ -5696,7 +5696,6 @@ class BaseCompiler final : public BaseCompilerInterface
|
|||
|
||||
masm.bind(&skipBarrier);
|
||||
}
|
||||
#endif
|
||||
|
||||
void emitBarrieredStore(const Maybe<RegPtr>& object, RegPtr valueAddr, RegPtr value) {
|
||||
emitPreBarrier(valueAddr); // Preserves valueAddr
|
||||
|
@ -5705,6 +5704,7 @@ class BaseCompiler final : public BaseCompilerInterface
|
|||
emitPostBarrier(object, otherScratch, valueAddr, value); // Consumes valueAddr
|
||||
freeRef(otherScratch);
|
||||
}
|
||||
#endif // ENABLE_WASM_GC
|
||||
|
||||
////////////////////////////////////////////////////////////
|
||||
//
|
||||
|
|
Загрузка…
Ссылка в новой задаче