aboutsummaryrefslogtreecommitdiffstats
path: root/executor/executor.cc
diff options
context:
space:
mode:
authorAlexey Kardashevskiy <aik@linux.ibm.com>2021-11-10 17:42:58 +1100
committerAleksandr Nogikh <wp32pw@gmail.com>2021-11-12 16:33:30 +0100
commitc6ef28725fa2f779eb9111af486559c6ad1b2f70 (patch)
tree916158b879611366ef35986aeb95ed9da8ec85f8 /executor/executor.cc
parenta8b7d5b5db39496af5048e2fb9fd69ac74b076e3 (diff)
pkg/ifuzz/powerpc: convert maps to slices
Instruction descriptions use maps to describe instruction operands which works fine but due to the Go's unordered map implementation, the determination test fails as per https://github.com/google/syzkaller/issues/2790 Since there is no appalling reason why it should be a map, this converts maps to slices. As this changes every single instruction, use the opportunity and sort the instructions by mnemonic to make further updates easier to follow. Neigher change should not cause any change in behavior. Signed-off-by: Alexey Kardashevskiy <aik@linux.ibm.com>
Diffstat (limited to 'executor/executor.cc')
0 files changed, 0 insertions, 0 deletions