Browse code

fix compiler warning.

Török Edvin authored on 2010/01/26 21:25:54
Showing 1 changed files
... ...
@@ -782,7 +782,7 @@ public:
782 782
 		unsigned c = 0;
783 783
 		for (unsigned j=0;j<bb->numInsts;j++) {
784 784
 		    const struct cli_bc_inst *inst = &bb->insts[j];
785
-		    Value *Op0, *Op1, *Op2;
785
+		    Value *Op0=0, *Op1=0, *Op2=0;
786 786
 		    // libclamav has already validated this.
787 787
 		    assert(inst->opcode < OP_BC_INVALID && "Invalid opcode");
788 788
 		    if (func->dbgnodes) {