mirror of
https://github.com/KhronosGroup/SPIRV-Tools
synced 2024-12-25 01:01:04 +00:00
Another fix uint -> uint32_t (#2676)
This commit is contained in:
parent
59983a6010
commit
6cc2c8f4ab
@ -213,7 +213,7 @@ bool Replay(const spv_target_env& target_env,
|
||||
|
||||
bool Fuzz(const spv_target_env& target_env,
|
||||
const spvtools::FuzzerOptions& fuzzer_options,
|
||||
const std::vector<uint>& binary_in,
|
||||
const std::vector<uint32_t>& binary_in,
|
||||
const spvtools::fuzz::protobufs::FactSequence& initial_facts,
|
||||
std::vector<uint32_t>* binary_out,
|
||||
spvtools::fuzz::protobufs::TransformationSequence*
|
||||
|
Loading…
Reference in New Issue
Block a user