commit | c01a66465a398ad15da90ab2bdc35b7f4a609b17 | [log] [tgz] |
---|---|---|
author | Alexandre Rames <alexandre.rames@linaro.org> | Fri Apr 15 11:54:06 2016 +0100 |
committer | Alexandre Rames <alexandre.rames@linaro.org> | Fri Apr 15 11:54:06 2016 +0100 |
tree | e85cb2aa05be5c1491814fa83b94748439b8394b | |
parent | dad35b0762f97ce79ce3b9a35c9df5021b7dbd17 [diff] [blame] |
Fix: correctly destruct VIXL labels. Bug: 27505766 Change-Id: I077465e3d308f4331e7a861902e05865f9d99835
diff --git a/compiler/optimizing/code_generator_mips64.h b/compiler/optimizing/code_generator_mips64.h index 4e15cdd..9785a2e 100644 --- a/compiler/optimizing/code_generator_mips64.h +++ b/compiler/optimizing/code_generator_mips64.h
@@ -271,7 +271,7 @@ size_t GetFloatingPointSpillSlotSize() const OVERRIDE { return kMips64DoublewordSize; } - uintptr_t GetAddressOf(HBasicBlock* block) const OVERRIDE { + uintptr_t GetAddressOf(HBasicBlock* block) OVERRIDE { return assembler_.GetLabelLocation(GetLabelOf(block)); }