diff options
-rw-r--r-- | vm/compiler/codegen/arm/Assemble.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vm/compiler/codegen/arm/Assemble.c b/vm/compiler/codegen/arm/Assemble.c index 4f54f1ebe..cf5c41fe4 100644 --- a/vm/compiler/codegen/arm/Assemble.c +++ b/vm/compiler/codegen/arm/Assemble.c @@ -1616,6 +1616,7 @@ const Method *dvmJitToPatchPredictedChain(const Method *method, newCell.branch = assembleChainingBranch(branchOffset, true); newCell.clazz = clazz; newCell.method = method; + newCell.stagedClazz = NULL; /* * Enter the work order to the queue and the chaining cell will be patched |