Bug 1444834 : [MIPS] Stubout MacroAssembler::speculationBarrier; r=jandem
authorDragan Mladjenovic <dragan.mladjenovic>
Mon, 12 Mar 2018 09:31:24 +0000 (10:31 +0100)
committerMike Hommey <glandium@debian.org>
Tue, 21 May 2019 22:23:08 +0000 (23:23 +0100)
Gbp-Pq: Topic fixes
Gbp-Pq: Name Bug-1444834-MIPS-Stubout-MacroAssembler-speculationB.patch

js/src/jit/mips-shared/MacroAssembler-mips-shared.cpp

index 4c138f7bf87263dd82261b24031fc8eb1d67812d..491283b8bebb638b20875d85795c939bf5645beb 100644 (file)
@@ -2688,3 +2688,11 @@ void MacroAssembler::atomicEffectOpJS(Scalar::Type arrayType,
 }
 
 //}}} check_macroassembler_style
+
+// ========================================================================
+// Spectre Mitigations.
+
+void MacroAssembler::speculationBarrier()
+{
+  MOZ_CRASH();
+}