diff options
| author | 2012-03-13 18:45:39 -0700 | |
|---|---|---|
| committer | 2012-03-14 23:25:39 -0700 | |
| commit | f7d9ad39541dd09030e26d54d3b73a076f90cc74 (patch) | |
| tree | aa0a9bc7b422ecc31432471fedd1b5fb496866b1 /src/compiler/codegen/Ralloc.h | |
| parent | f320b639eee1ec0e9d99e8d6c2a805892d016807 (diff) | |
Enable all JNI internal compiler tests on the host.
(cherry picked from commit abda43c90f70963909128c1cc495190d60fd8372)
Change-Id: I0a7fc96e84dacf34108551271760aae13d5ee010
Diffstat (limited to 'src/compiler/codegen/Ralloc.h')
| -rw-r--r-- | src/compiler/codegen/Ralloc.h | 4 |
1 files changed, 2 insertions, 2 deletions
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); |