From 03e871678db7585a621740fb1ce65a75fdc44319 Mon Sep 17 00:00:00 2001 From: Vladimir Marko Date: Tue, 25 Feb 2020 16:29:21 +0000 Subject: Remove MIPS support from libelffile. Test: m Change-Id: I01e6c6abb845baa4763929f5b9b6b3b36ac0e8b0 --- compiler/utils/assembler.h | 1 + 1 file changed, 1 insertion(+) (limited to 'compiler/utils/assembler.h') diff --git a/compiler/utils/assembler.h b/compiler/utils/assembler.h index 0744aec2f7..1199602e09 100644 --- a/compiler/utils/assembler.h +++ b/compiler/utils/assembler.h @@ -371,6 +371,7 @@ class Assembler : public DeletableArenaObject { // the instructions that can trigger signals into branch delay slots. Handling // signals from instructions in delay slots is a bit problematic and should be // avoided. + // TODO: Re-evaluate whether we still need this now that MIPS support has been removed. virtual size_t CodePosition() { return CodeSize(); } // Copy instructions out of assembly buffer into the given region of memory -- cgit v1.2.3-59-g8ed1b