summaryrefslogtreecommitdiffstats
path: root/runtime/arch/mips/asm_support_mips.S
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/arch/mips/asm_support_mips.S')
-rw-r--r--runtime/arch/mips/asm_support_mips.S8
1 files changed, 8 insertions, 0 deletions
diff --git a/runtime/arch/mips/asm_support_mips.S b/runtime/arch/mips/asm_support_mips.S
index 8a34b9d..fe932d2 100644
--- a/runtime/arch/mips/asm_support_mips.S
+++ b/runtime/arch/mips/asm_support_mips.S
@@ -38,4 +38,12 @@
.cpload $t9
.endm
+.macro UNIMPLEMENTED name
+ ENTRY \name
+ break
+ break
+ END \name
+.endm
+
+
#endif // ART_RUNTIME_ARCH_MIPS_ASM_SUPPORT_MIPS_S_