diff options
| author | Alexander Taylor <alex@vector35.com> | 2025-04-08 14:17:44 -0400 |
|---|---|---|
| committer | Alexander Taylor <alex@vector35.com> | 2025-04-09 17:16:22 -0400 |
| commit | 2ea1bf8666ab3dcc1985d6871463c0d8bff0d78c (patch) | |
| tree | f98fe083234afca51099496d02d71360782e6eed /plugins/dwarf | |
| parent | 7efec08a06a25591ceaf70fe36c834f623b25dc0 (diff) | |
Fix capitalization of AArch64.
Diffstat (limited to 'plugins/dwarf')
| -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", |
