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

Unified Diff: src/trusted/validator_mips/model.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: 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 | « no previous file | src/trusted/validator_mips/validator.cc » ('j') | src/trusted/validator_mips/validator.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/trusted/validator_mips/model.h
diff --git a/src/trusted/validator_mips/model.h b/src/trusted/validator_mips/model.h
index 2d0ab249b37d32155e2ea7b638d6fff31e98f324..75c8b6e8463f068d412e51b4c07c3fc61a442ca1 100644
--- a/src/trusted/validator_mips/model.h
+++ b/src/trusted/validator_mips/model.h
@@ -153,6 +153,9 @@ uint32_t const kInstrSize = 4;
uint32_t const kInstrAlign = 0xFFFFFFFC;
uint32_t const kBundleAlign = 0xFFFFFFF0;
+// Opcode for nop instruction.
+uint32_t const kNop = 0x0;
+
} // namespace
// Definitions for our inlined functions.
« no previous file with comments | « no previous file | src/trusted/validator_mips/validator.cc » ('j') | src/trusted/validator_mips/validator.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698