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

Unified Diff: src/trusted/validator_mips/validator.h

Issue 11415031: [MIPS] Forbid $sp update at the end of the last bundle. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Presubmit errors have been fixed. Created 8 years, 1 month 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_mips/ncvalidate.cc ('k') | src/trusted/validator_mips/validator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/trusted/validator_mips/validator.h
diff --git a/src/trusted/validator_mips/validator.h b/src/trusted/validator_mips/validator.h
index 9f426a472c4e6bf959d104903415a8738a7fe4d1..cc25172b1c3782b09cf1e8fc49fb0d0985a0b7bd 100644
--- a/src/trusted/validator_mips/validator.h
+++ b/src/trusted/validator_mips/validator.h
@@ -269,7 +269,7 @@ class DecodedInstruction {
}
bool IsDestGprReg(nacl_mips_dec::RegisterList rl) const {
- return rl.ContainsAny(DestGprReg());
+ return rl.ContainsAny(nacl_mips_dec::RegisterList(DestGprReg()));
}
bool IsDataRegMask() const {
« no previous file with comments | « src/trusted/validator_mips/ncvalidate.cc ('k') | src/trusted/validator_mips/validator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698