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

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

Issue 10381030: Clean up testing of instructions. Allow testing to quit if test pattern tests (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client/
Patch Set: Created 8 years, 7 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/actual_vs_baseline.h
===================================================================
--- src/trusted/validator_arm/actual_vs_baseline.h (revision 8506)
+++ src/trusted/validator_arm/actual_vs_baseline.h (working copy)
@@ -35,7 +35,7 @@
// virtuals of actual and baseline match.
virtual void ProcessMatch();
virtual const NamedClassDecoder& ExpectedDecoder() const;
- virtual void ApplySanityChecks(
+ virtual bool ApplySanityChecks(
nacl_arm_dec::Instruction inst,
const NamedClassDecoder& decoder);

Powered by Google App Engine
This is Rietveld 408576698