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

Unified Diff: src/trusted/validator_mips/build.scons

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 | « no previous file | src/trusted/validator_mips/gen/decode.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/trusted/validator_mips/build.scons
diff --git a/src/trusted/validator_mips/build.scons b/src/trusted/validator_mips/build.scons
index 1eb91ab58c6065adad47b5e32e7af88e42664d7a..108951574daf1f76d4c8942c426ed6f1e30cff43 100755
--- a/src/trusted/validator_mips/build.scons
+++ b/src/trusted/validator_mips/build.scons
@@ -97,6 +97,7 @@ if env.Bit('linux'):
'test_read_only_regs': 1,
'test_invalid_dest': 1,
'test_unpredicted': 1,
+ 'test_tp_access': 1,
}
if env.Bit('build_mips32'):
« no previous file with comments | « no previous file | src/trusted/validator_mips/gen/decode.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698