Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(259)

Unified Diff: src/trusted/validator/x86/decoder/nc_inst_state_statics.c

Issue 9328024: Merge 7712 - Ensure super instructions are marked during dynamic code modification. (Closed) Base URL: svn://svn.chromium.org/native_client/branches/963/src/native_client/
Patch Set: '' Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« no previous file with comments | « src/trusted/validator/x86/decoder/nc_inst_state_internal.h ('k') | src/trusted/validator/x86/ncval_reg_sfi/nc_jumps.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698