diff options
Diffstat (limited to 'compiler/utils/assembler.h')
-rw-r--r-- | compiler/utils/assembler.h | 1 |
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 |