commit | 988939683c26c0b1c8808fc206add6337319509a | [log] [tgz] |
---|---|---|
author | Nicolas Geoffray <ngeoffray@google.com> | Wed Jan 21 12:32:32 2015 +0000 |
committer | Nicolas Geoffray <ngeoffray@google.com> | Wed Jan 21 18:50:25 2015 +0000 |
tree | 876e94428276547a29c27ccf17509a42dfe7cda1 | |
parent | 59add47cabce3735ccd470cd3b5dac8b112e09ab [diff] [blame] |
Enable core callee-save on x64. Will work on other architectures and FP support in other CLs. Change-Id: I8cef0343eedc7202d206f5217fdf0349035f0e4d
diff --git a/compiler/optimizing/code_generator_arm.h b/compiler/optimizing/code_generator_arm.h index 0de6669..f3b1ff5 100644 --- a/compiler/optimizing/code_generator_arm.h +++ b/compiler/optimizing/code_generator_arm.h
@@ -197,7 +197,7 @@ return GetLabelOf(block)->Position(); } - void SetupBlockedRegisters() const OVERRIDE; + void SetupBlockedRegisters(bool is_baseline) const OVERRIDE; Location AllocateFreeRegister(Primitive::Type type) const OVERRIDE;