| Index: src/trusted/validator_ragel/unreviewed/validator_x86_32.rl
|
| ===================================================================
|
| --- src/trusted/validator_ragel/unreviewed/validator_x86_32.rl (revision 9487)
|
| +++ src/trusted/validator_ragel/unreviewed/validator_x86_32.rl (working copy)
|
| @@ -102,8 +102,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;
|
|
|