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

Unified Diff: src/trusted/validator/x86/ncval_seg_sfi/ncdecode.h

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/ncval_seg_sfi/ncdecode.h
===================================================================
--- src/trusted/validator/x86/ncval_seg_sfi/ncdecode.h (revision 7726)
+++ src/trusted/validator/x86/ncval_seg_sfi/ncdecode.h (working copy)
@@ -185,6 +185,11 @@
* exist.
*/
size_t inst_count;
+ /* True if the instruction is unchanged while dynamically replacing code.
+ * False if the instruction has changed or if code replacement is not being
+ * performed (i.e. normal validation.)
+ */
+ Bool unchanged;
} NCDecoderInst;
/* Given a (decoded) instruction, return the instruction that appeared
« no previous file with comments | « src/trusted/validator/x86/ncval_reg_sfi/ncvalidate_iter.c ('k') | src/trusted/validator/x86/ncval_seg_sfi/ncdecode.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698