| 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
|
|
|