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

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

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
Index: src/trusted/validator_arm/inst_classes_testers.h
diff --git a/src/trusted/validator_arm/inst_classes_testers.h b/src/trusted/validator_arm/inst_classes_testers.h
index 18e5164e9530e0bec0c856e1995c8babe4cecbd9..d8489df7af09cac2473a727abdca47e7fb48a135 100644
--- a/src/trusted/validator_arm/inst_classes_testers.h
+++ b/src/trusted/validator_arm/inst_classes_testers.h
@@ -2431,17 +2431,17 @@ class InstructionBarrierTester : public BarrierInstTester {
NACL_DISALLOW_COPY_AND_ASSIGN(InstructionBarrierTester);
};
-// Implements a decoder tester for a Roadblock.
-class RoadblockTester : public CondDecoderTester {
+// Implements a decoder tester for a PermanentlyUndefined.
+class PermanentlyUndefinedTester : public CondDecoderTester {
public:
- explicit RoadblockTester(const NamedClassDecoder& decoder)
+ explicit PermanentlyUndefinedTester(const NamedClassDecoder& decoder)
: CondDecoderTester(decoder) {}
virtual bool ApplySanityChecks(
nacl_arm_dec::Instruction inst,
const NamedClassDecoder& decoder);
private:
- NACL_DISALLOW_COPY_AND_ASSIGN(RoadblockTester);
+ NACL_DISALLOW_COPY_AND_ASSIGN(PermanentlyUndefinedTester);
};
} // namespace nacl_arm_test
« no previous file with comments | « src/trusted/validator_arm/gen/arm32_decode_named_decoder.h ('k') | src/trusted/validator_arm/inst_classes_testers.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698