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

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: 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
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..6618e17908f79e8e88a8facb349147c35257044c 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],

Powered by Google App Engine
This is Rietveld 408576698