From b3bd5f07884f5a1f2b84224363b1372d7c28d447 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Thu, 8 Mar 2012 21:05:27 -0800 Subject: Refactor the compilers out of libart. This builds three separate compilers and dynamically links with the right one at runtime. Change-Id: I59d22b9884f41de733c09f97e29ee290236d5f4b --- src/compiler/codegen/CompilerCodegen.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/compiler/codegen/CompilerCodegen.h') diff --git a/src/compiler/codegen/CompilerCodegen.h b/src/compiler/codegen/CompilerCodegen.h index 1b54be9ce8..9537e463ba 100644 --- a/src/compiler/codegen/CompilerCodegen.h +++ b/src/compiler/codegen/CompilerCodegen.h @@ -51,7 +51,7 @@ void oatSimpleRegAlloc(CompilationUnit* cUnit); void oatInitializeRegAlloc(CompilationUnit* cUnit); /* Implemented in codegen///ArchVariant.c */ -OatInstructionSetType oatInstructionSet(void); +InstructionSet oatInstructionSet(); /* * Implemented in codegen///ArchVariant.c -- cgit v1.2.3-59-g8ed1b