Chromium Code Reviews| Index: src/trusted/validator_ragel/unreviewed/decoder-x86_32.rl |
| =================================================================== |
| --- src/trusted/validator_ragel/unreviewed/decoder-x86_32.rl (revision 8170) |
| +++ src/trusted/validator_ragel/unreviewed/decoder-x86_32.rl (working copy) |
| @@ -5,21 +5,20 @@ |
| */ |
| #include <assert.h> |
| -#include <elf.h> |
| -#include <inttypes.h> |
| #include <stddef.h> |
| #include <stdio.h> |
| #include <stdlib.h> |
| #include <string.h> |
| -#include "decoder.h" |
| +#include "native_client/src/trusted/validator_ragel/unreviewed/decoder.h" |
| + |
| #undef TRUE |
| #define TRUE 1 |
|
pasko-google - do not use
2012/04/05 14:16:38
also fixable with #include "native_client/src/shar
khim
2012/04/05 16:38:43
Done.
|
| #undef FALSE |
| #define FALSE 0 |
| -#include "decoder-x86_32-instruction-consts.c" |
| +#include "native_client/src/trusted/validator_ragel/generated/decoder-x86_32-instruction-consts.c" |
| %%{ |
| machine x86_32_decoder; |