diff options
| author | Alexey Kardashevskiy <aik@linux.ibm.com> | 2021-11-10 17:42:58 +1100 |
|---|---|---|
| committer | Aleksandr Nogikh <wp32pw@gmail.com> | 2021-11-12 16:33:30 +0100 |
| commit | c6ef28725fa2f779eb9111af486559c6ad1b2f70 (patch) | |
| tree | 916158b879611366ef35986aeb95ed9da8ec85f8 /executor/executor.cc | |
| parent | a8b7d5b5db39496af5048e2fb9fd69ac74b076e3 (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
