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

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

Issue 11876041: [MIPS] Add thread-pointer to data addressing register list. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Update the comment. Created 7 years, 11 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
« 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 cc25172b1c3782b09cf1e8fc49fb0d0985a0b7bd..80fc408af2e95d977fb1f1e11ac81a7f9cdb0f7b 100644
--- a/src/trusted/validator_mips/validator.h
+++ b/src/trusted/validator_mips/validator.h
@@ -273,7 +273,7 @@ class DecodedInstruction {
}
bool IsDataRegMask() const {
- return IsMask(DestGprReg(), nacl_mips_dec::kRegisterLoadStoreMask);
+ return IsMask(DestGprReg(), nacl_mips_dec::Register::LoadStoreMask());
}
private:
« 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