diff options
Diffstat (limited to 'src/compiler/codegen/Ralloc.h')
-rw-r--r-- | src/compiler/codegen/Ralloc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/codegen/Ralloc.h b/src/compiler/codegen/Ralloc.h index 21690821a8..671dffed2f 100644 --- a/src/compiler/codegen/Ralloc.h +++ b/src/compiler/codegen/Ralloc.h @@ -95,7 +95,7 @@ extern void oatResetDef(CompilationUnit* cUnit, int reg); extern void oatResetDefLoc(CompilationUnit* cUnit, RegLocation rl); /* Set up temp & preserved register pools specialized by target */ -extern void oatInitPool(struct RegisterInfo* regs, int* regNums, int num); +extern void oatInitPool(RegisterInfo* regs, int* regNums, int num); /* * Mark the beginning and end LIR of a def sequence. Note that |