| Index: src/trusted/validator_ragel/unreviewed/validator.h
|
| ===================================================================
|
| --- src/trusted/validator_ragel/unreviewed/validator.h (revision 8189)
|
| +++ 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. */
|
| };
|
|
|