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

Unified Diff: src/trusted/validator_mips/validation-report.py

Issue 1535443005: [MIPS] Make validator allow only two load patterns via $t8 (Closed) Base URL: https://chromium.googlesource.com/native_client/src/native_client@master
Patch Set: Minor update. Created 5 years 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
« no previous file with comments | « src/trusted/validator_mips/testdata/test_tp_access.err ('k') | src/trusted/validator_mips/validator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/trusted/validator_mips/validation-report.py
diff --git a/src/trusted/validator_mips/validation-report.py b/src/trusted/validator_mips/validation-report.py
index 34dc476bf93f89a2b16bb74ffaca1aa118872b61..257070545e00fd3532ca5ec597631bb608ad603b 100755
--- a/src/trusted/validator_mips/validation-report.py
+++ b/src/trusted/validator_mips/validation-report.py
@@ -51,6 +51,9 @@ def _problem_info(code):
'kProblemUnsafeLoadStore': ['This load/store instruction is not '
'preceded by a valid store mask instruction',
1, 0],
+ 'kProblemUnsafeLoadStoreThreadPointer': ['This is not a valid '
+ 'load/store instruction for accessing thread pointer.',
+ 0, 0],
'kProblemUnsafeJumpRegister': ['This indirect jump instruction is not '
'preceded by a valid jump mask instruction',
1, 0],
« no previous file with comments | « src/trusted/validator_mips/testdata/test_tp_access.err ('k') | src/trusted/validator_mips/validator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698