summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Nicolas Geoffray <ngeoffray@google.com> 2015-10-14 10:48:44 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2015-10-14 10:48:44 +0000
commit045a95cf3cb91fd72b5982c67757175f1091cc7d (patch)
tree180a184a9d834b82a2bd04f7a30154617e87d37a
parentd17bd22d45587a0b2b8646346be6ffde2ab66bd0 (diff)
parent0ccb383d2fa7f9929830a816c7fe159b09ddb92d (diff)
Merge "Fix braino in arm assembler."
-rw-r--r--compiler/utils/arm/assembler_arm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/utils/arm/assembler_arm.h b/compiler/utils/arm/assembler_arm.h
index 69ecc8f3fd..08d88ab592 100644
--- a/compiler/utils/arm/assembler_arm.h
+++ b/compiler/utils/arm/assembler_arm.h
@@ -832,7 +832,7 @@ class ArmAssembler : public Assembler {
uint32_t immediate,
ShifterOperand* shifter_op) = 0;
- virtual bool ShifterOperandCanAlwaysHold(uint32_t immediate);
+ virtual bool ShifterOperandCanAlwaysHold(uint32_t immediate) = 0;
static bool IsInstructionForExceptionHandling(uintptr_t pc);