summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--vm/compiler/codegen/arm/CodegenDriver.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm/compiler/codegen/arm/CodegenDriver.cpp b/vm/compiler/codegen/arm/CodegenDriver.cpp
index 3f00f4385..499ac4928 100644
--- a/vm/compiler/codegen/arm/CodegenDriver.cpp
+++ b/vm/compiler/codegen/arm/CodegenDriver.cpp
@@ -780,7 +780,7 @@ static bool genArithOpInt(CompilationUnit *cUnit, MIR *mir,
bool checkZero = false;
bool unary = false;
int retReg = r0;
- int (*callTgt)(int, int);
+ int (*callTgt)(int, int) = NULL;
RegLocation rlResult;
bool shiftOp = false;
bool remOp = false;