| commit | 72ef412b56becfbdd54f239ea672a48b163ff1d2 | [log] [tgz] |
|---|---|---|
| author | Jing Yu <jingyu@google.com> | Thu Nov 11 11:48:23 2010 -0800 |
| committer | Jing Yu <jingyu@google.com> | Thu Nov 11 11:48:23 2010 -0800 |
| tree | 704c52288394aa601e1f060a809710f483f93a03 | |
| parent | 6505cfe36b9815db674a0fedc9ab2147efcd5a03 [diff] [blame] |
Fix uninitialized variable warning(error). Change-Id: I10815b033199758976950b28af7cc412f093a7f5
diff --git a/vm/compiler/codegen/arm/Assemble.c b/vm/compiler/codegen/arm/Assemble.c index 4f54f1e..cf5c41f 100644 --- a/vm/compiler/codegen/arm/Assemble.c +++ b/vm/compiler/codegen/arm/Assemble.c
@@ -1616,6 +1616,7 @@ 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