From 0d966cff87464544a264efdbfba6c379474d5928 Mon Sep 17 00:00:00 2001 From: buzbee Date: Thu, 8 Sep 2011 17:34:58 -0700 Subject: Add suspend check & stub Change-Id: I017653026ca95166cbc4b6b94b5da1fef2597804 --- src/compiler/codegen/Ralloc.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/compiler/codegen/Ralloc.h') diff --git a/src/compiler/codegen/Ralloc.h b/src/compiler/codegen/Ralloc.h index c702204155..67ed6ee9a5 100644 --- a/src/compiler/codegen/Ralloc.h +++ b/src/compiler/codegen/Ralloc.h @@ -171,6 +171,8 @@ extern RegisterInfo *oatIsLive(CompilationUnit* cUnit, int reg); /* To be used when explicitly managing register use */ extern void oatLockCallTemps(CompilationUnit* cUnit); +extern void oatFreeCallTemps(CompilationUnit* cUnit); + extern void oatFlushAllRegs(CompilationUnit* cUnit); extern RegLocation oatGetReturnWideAlt(CompilationUnit* cUnit); -- cgit v1.2.3-59-g8ed1b