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

Unified Diff: src/trusted/validator_ragel/unreviewed/validator.h

Issue 10031039: Add ragel validator to SCONS (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client/
Patch Set: Created 8 years, 8 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
Index: src/trusted/validator_ragel/unreviewed/validator.h
===================================================================
--- src/trusted/validator_ragel/unreviewed/validator.h (revision 8217)
+++ src/trusted/validator_ragel/unreviewed/validator.h (working copy)
@@ -7,8 +7,7 @@
#ifndef _VALIDATOR_X86_64_H_
#define _VALIDATOR_X86_64_H_
-#include <inttypes.h>
-#include <stdbool.h>
+#include "native_client/src/include/portability.h"
#ifdef __cplusplus
extern "C" {
@@ -92,7 +91,7 @@
REG_ES_RDI, /* For string instructions: %es:(%rsi). */
REG_DS_RSI, /* For string instructions: %ds:(%rdi). */
REG_PORT_DX, /* 16-bit DX: for in/out instructions. */
- REG_NONE, /* For modrm: both index and base can be absent. */
+ NO_REG, /* For modrm: both index and base can be absent. */
REG_ST, /* For x87 instructions: implicit %st. */
JMP_TO /* Operand is jump target address: usually %rip+offset. */
};
« no previous file with comments | « src/trusted/validator_ragel/unreviewed/gen-dfa.cc ('k') | src/trusted/validator_ragel/unreviewed/validator-test.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698