summaryrefslogtreecommitdiff
path: root/compiler/utils/assembler.h
diff options
context:
space:
mode:
author Vladimir Marko <vmarko@google.com> 2020-02-25 16:29:21 +0000
committer Vladimir Marko <vmarko@google.com> 2020-02-26 08:36:18 +0000
commit03e871678db7585a621740fb1ce65a75fdc44319 (patch)
tree3d984535c3ec7d10fbad28b9890d205223a1eaca /compiler/utils/assembler.h
parentbbec8a6fc720ee5ce572d3fb63617fb0af6addc7 (diff)
Remove MIPS support from libelffile.
Test: m Change-Id: I01e6c6abb845baa4763929f5b9b6b3b36ac0e8b0
Diffstat (limited to 'compiler/utils/assembler.h')
-rw-r--r--compiler/utils/assembler.h1
1 files changed, 1 insertions, 0 deletions
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<kArenaAllocAssembler> {
// 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