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_x86.h b/compiler/optimizing/code_generator_x86.h index 69a6253..1739eec 100644 --- a/compiler/optimizing/code_generator_x86.h +++ b/compiler/optimizing/code_generator_x86.h
@@ -361,7 +361,7 @@ return assembler_; } - uintptr_t GetAddressOf(HBasicBlock* block) const OVERRIDE { + uintptr_t GetAddressOf(HBasicBlock* block) OVERRIDE { return GetLabelOf(block)->Position(); }