From f7d9ad39541dd09030e26d54d3b73a076f90cc74 Mon Sep 17 00:00:00 2001 From: Ian Rogers Date: Tue, 13 Mar 2012 18:45:39 -0700 Subject: Enable all JNI internal compiler tests on the host. (cherry picked from commit abda43c90f70963909128c1cc495190d60fd8372) Change-Id: I0a7fc96e84dacf34108551271760aae13d5ee010 --- src/compiler/codegen/Ralloc.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/compiler/codegen/Ralloc.h') diff --git a/src/compiler/codegen/Ralloc.h b/src/compiler/codegen/Ralloc.h index d32545c248..aa5439a285 100644 --- a/src/compiler/codegen/Ralloc.h +++ b/src/compiler/codegen/Ralloc.h @@ -124,7 +124,7 @@ extern RegLocation oatGetRawSrc(CompilationUnit* cUnit, MIR* mir, int num); // Get the LocRecord associated with an SSA name def. extern RegLocation oatGetDest(CompilationUnit* cUnit, MIR* mir, int num); -extern RegLocation oatGetReturnWide(CompilationUnit* cUnit); +extern RegLocation oatGetReturnWide(CompilationUnit* cUnit, bool isDouble); /* Clobber all regs that might be used by an external C call */ extern void oatClobberCalleeSave(CompilationUnit* cUnit); @@ -161,7 +161,7 @@ extern void oatFlushAllRegs(CompilationUnit* cUnit); extern RegLocation oatGetReturnWideAlt(CompilationUnit* cUnit); -extern RegLocation oatGetReturn(CompilationUnit* cUnit); +extern RegLocation oatGetReturn(CompilationUnit* cUnit, bool isFloat); extern RegLocation oatGetReturnAlt(CompilationUnit* cUnit); -- cgit v1.2.3-59-g8ed1b