diff options
Diffstat (limited to 'compiler/optimizing/code_generator_x86.h')
| -rw-r--r-- | compiler/optimizing/code_generator_x86.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/optimizing/code_generator_x86.h b/compiler/optimizing/code_generator_x86.h index 3e2ca90954..c52016478a 100644 --- a/compiler/optimizing/code_generator_x86.h +++ b/compiler/optimizing/code_generator_x86.h @@ -167,7 +167,7 @@ class CodeGeneratorX86 : public CodeGenerator { virtual size_t GetNumberOfRegisters() const OVERRIDE; virtual void SetupBlockedRegisters(bool* blocked_registers) const OVERRIDE; - virtual ManagedRegister AllocateFreeRegister( + virtual Location AllocateFreeRegister( Primitive::Type type, bool* blocked_registers) const OVERRIDE; virtual Location GetStackLocation(HLoadLocal* load) const OVERRIDE; |
