| OLD | NEW |
| (Empty) |
| 1 /* | |
| 2 * Copyright (c) 2012 The Native Client Authors. All rights reserved. | |
| 3 * Use of this source code is governed by a BSD-style license that can be | |
| 4 * found in the LICENSE file. | |
| 5 */ | |
| 6 | |
| 7 /* Internal functions to be used to test single instruction parsing | |
| 8 * in private_insts/enuminsts. | |
| 9 */ | |
| 10 #ifndef NATIVE_CLIENT_SRC_TRUSTED_VALIDATOR_X86_NCVAL_SEG_SFI_NCDECODE_AUX_H_ | |
| 11 #define NATIVE_CLIENT_SRC_TRUSTED_VALIDATOR_X86_NCVAL_SEG_SFI_NCDECODE_AUX_H_ | |
| 12 | |
| 13 #include "native_client/src/trusted/validator/x86/ncval_seg_sfi/ncdecode.h" | |
| 14 | |
| 15 void NCDecoderStateNewSegment(NCDecoderState* tthis); | |
| 16 void NCConsumeNextInstruction(struct NCDecoderInst* inst); | |
| 17 | |
| 18 #endif /* NATIVE_CLIENT_SRC_TRUSTED_VALIDATOR_X86_NCVAL_SEG_SFI_NCDECODE_AUX_H_
*/ | |
| OLD | NEW |