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

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

Issue 11569019: Fix uses in ARM table media_instructions. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client/
Patch Set: Created 8 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
Index: src/trusted/validator_arm/baseline_classes.h
===================================================================
--- src/trusted/validator_arm/baseline_classes.h (revision 10458)
+++ src/trusted/validator_arm/baseline_classes.h (working copy)
@@ -471,6 +471,7 @@
Binary2RegisterBitRangeMsbGeLsb() {}
virtual SafetyLevel safety(Instruction i) const;
virtual RegisterList defs(Instruction i) const;
+ virtual RegisterList uses(Instruction i) const;
private:
NACL_DISALLOW_COPY_AND_ASSIGN(Binary2RegisterBitRangeMsbGeLsb);

Powered by Google App Engine
This is Rietveld 408576698