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

Unified Diff: src/trusted/validator/x86/ncval_seg_sfi/ncdecode.c

Issue 7649021: Separate the (partial) decoder of the x86_32 validator into a separate library. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client/
Patch Set: Created 9 years, 4 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/x86/ncval_seg_sfi/build.scons ('k') | src/trusted/validator_x86/build.scons » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/trusted/validator/x86/ncval_seg_sfi/ncdecode.c
===================================================================
--- src/trusted/validator/x86/ncval_seg_sfi/ncdecode.c (revision 6419)
+++ src/trusted/validator/x86/ncval_seg_sfi/ncdecode.c (working copy)
@@ -49,7 +49,7 @@
/* Generates a print name for the given NCDecodeImmediateType. */
static const char* NCDecodeImmediateTypeName(NCDecodeImmediateType type) {
- DEBUG(
+ DEBUG_OR_ERASE(
switch(type) {
case IMM_UNKNOWN: return "IMM_UNKNOWN";
case IMM_NONE: return "IMM_NONE";
« no previous file with comments | « src/trusted/validator/x86/ncval_seg_sfi/build.scons ('k') | src/trusted/validator_x86/build.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698