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

Unified Diff: src/trusted/validator_arm/inst_classes_testers.cc

Issue 11194045: Change BKPT and UDF encodings on ARM. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Update copyright. Created 8 years, 2 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
« no previous file with comments | « src/trusted/validator_arm/inst_classes_testers.h ('k') | src/trusted/validator_arm/model.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/trusted/validator_arm/inst_classes_testers.cc
diff --git a/src/trusted/validator_arm/inst_classes_testers.cc b/src/trusted/validator_arm/inst_classes_testers.cc
index 48d13f49b19ad8e712d5807d847b1a14a0662d4c..017575fc2629df16f5f498af6fe6e3cbb6dadf13 100644
--- a/src/trusted/validator_arm/inst_classes_testers.cc
+++ b/src/trusted/validator_arm/inst_classes_testers.cc
@@ -2498,8 +2498,8 @@ ApplySanityChecks(Instruction inst,
return true;
}
-// RoadblockTester
-bool RoadblockTester::ApplySanityChecks(Instruction inst,
+// PermanentlyUndefinedTester
+bool PermanentlyUndefinedTester::ApplySanityChecks(Instruction inst,
const NamedClassDecoder& decoder) {
// Check if expected class name found.
NC_PRECOND(CondDecoderTester::ApplySanityChecks(inst, decoder));
« no previous file with comments | « src/trusted/validator_arm/inst_classes_testers.h ('k') | src/trusted/validator_arm/model.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698