diff options
Diffstat (limited to 'vm/compiler/codegen/arm/RallocUtil.c')
| -rw-r--r-- | vm/compiler/codegen/arm/RallocUtil.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vm/compiler/codegen/arm/RallocUtil.c b/vm/compiler/codegen/arm/RallocUtil.c index e917995fc..ff5d16be1 100644 --- a/vm/compiler/codegen/arm/RallocUtil.c +++ b/vm/compiler/codegen/arm/RallocUtil.c @@ -710,7 +710,7 @@ extern void dvmCompilerMarkInUse(CompilationUnit *cUnit, int reg) info->inUse = true; } -void copyRegInfo(CompilationUnit *cUnit, int newReg, int oldReg) +static void copyRegInfo(CompilationUnit *cUnit, int newReg, int oldReg) { RegisterInfo *newInfo = getRegInfo(cUnit, newReg); RegisterInfo *oldInfo = getRegInfo(cUnit, oldReg); |
