Chromium Code Reviews| Index: src/trusted/validator/x86/decoder/nc_inst_state_statics.c |
| =================================================================== |
| --- src/trusted/validator/x86/decoder/nc_inst_state_statics.c (revision 7726) |
| +++ src/trusted/validator/x86/decoder/nc_inst_state_statics.c (working copy) |
| @@ -65,6 +65,7 @@ |
| state->inst = NULL; |
| state->nodes.is_defined = FALSE; |
| state->nodes.number_expr_nodes = 0; |
| + state->unchanged = FALSE; |
| } |
| /* Computes the number of bytes defined for operands of the matched |