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

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: Fix one test that was using bkpt #0x6666. 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
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 4b8a2dc83cd650d69bc22c21cdc146dd6d2984ab..538925e0cefa0205a9a9d95db3fa8f11d29b77b0 100644
--- a/src/trusted/validator_arm/inst_classes_testers.cc
+++ b/src/trusted/validator_arm/inst_classes_testers.cc
@@ -2417,8 +2417,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));

Powered by Google App Engine
This is Rietveld 408576698