commit | 39dcf55a56da746e04f477f89e7b00ba1de03880 | [log] [tgz] |
---|---|---|
author | Mark Mendell <mark.p.mendell@intel.com> | Thu Apr 09 20:42:42 2015 -0400 |
committer | Mark Mendell <mark.p.mendell@intel.com> | Fri Apr 10 08:50:40 2015 -0400 |
tree | 97bbd68fa538cf76ac26cfeb7a101b5ceb330028 | |
parent | fcfea6324b2913621d5cb642d4315f22c4901368 [diff] [blame] |
[optimizing] Address x86_64 RIP patch comments Nicolas had some comments after the patch https://android-review.googlesource.com/#/c/144100 had merged. Fix the problems that he found. Change-Id: I40e8a4273997860db7511dc8f1986281b72bead2 Signed-off-by: Mark Mendell <mark.p.mendell@intel.com>
diff --git a/compiler/optimizing/code_generator_x86_64.h b/compiler/optimizing/code_generator_x86_64.h index c819eec..aae7de0 100644 --- a/compiler/optimizing/code_generator_x86_64.h +++ b/compiler/optimizing/code_generator_x86_64.h
@@ -297,7 +297,7 @@ X86_64Assembler assembler_; const X86_64InstructionSetFeatures& isa_features_; - // Offset to start of the constant area in the assembled code. + // Offset to the start of the constant area in the assembled code. // Used for fixups to the constant area. int constant_area_start_;