diff options
Diffstat (limited to 'plugins')
| -rw-r--r-- | plugins/dwarf/dwarf_export/src/lib.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/dwarf/dwarf_export/src/lib.rs b/plugins/dwarf/dwarf_export/src/lib.rs index bac96729..bc159825 100644 --- a/plugins/dwarf/dwarf_export/src/lib.rs +++ b/plugins/dwarf/dwarf_export/src/lib.rs @@ -605,8 +605,8 @@ fn present_form(bv_arch: &str) -> Vec<FormResponses> { // TODO : Choose to export types/functions/etc let archs = [ "Unknown", - "Aarch64", - "Aarch64_Ilp32", + "AArch64", + "AArch64_Ilp32", "Arm", "Avr", "Bpf", |
