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

Unified Diff: src/trusted/validator_ragel/def_format.py

Issue 1234393005: A mechanism to identify/forbid/"rewrite" non-temporal instructions (and other) (Closed) Base URL: https://chromium.googlesource.com/native_client/src/native_client.git@master
Patch Set: Fixing nits Created 5 years, 5 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_ragel/def_format.py
diff --git a/src/trusted/validator_ragel/def_format.py b/src/trusted/validator_ragel/def_format.py
index 1075974012a12d7aeb6f386a26afca99c64edc06..86621eadd7a90fed84b678df05675d37750f50b1 100644
--- a/src/trusted/validator_ragel/def_format.py
+++ b/src/trusted/validator_ragel/def_format.py
@@ -291,6 +291,7 @@ SUPPORTED_ATTRIBUTES = [
'nacl-ia32-forbidden',
'nacl-amd64-forbidden',
'nacl-forbidden',
+ 'nacl-unsupported',
'nacl-amd64-zero-extends',
'nacl-amd64-modifiable',
'disabled_untested',

Powered by Google App Engine
This is Rietveld 408576698