| Index: src/trusted/validator_ragel/gen/validator_x86_64.c
|
| ===================================================================
|
| --- src/trusted/validator_ragel/gen/validator_x86_64.c (revision 9491)
|
| +++ src/trusted/validator_ragel/gen/validator_x86_64.c (working copy)
|
| @@ -30,8 +30,8 @@
|
| const NaClCPUFeaturesX86 *cpu_features,
|
| validation_callback_func user_callback,
|
| void *callback_data) {
|
| - uint8_t *valid_targets = BitmapAllocate(size);
|
| - uint8_t *jump_dests = BitmapAllocate(size);
|
| + bitmap_word *valid_targets = BitmapAllocate(size);
|
| + bitmap_word *jump_dests = BitmapAllocate(size);
|
| const uint8_t *current_position;
|
| const uint8_t *end_of_bundle;
|
| int result = TRUE;
|
|
|