summaryrefslogtreecommitdiff
path: root/plugins/dwarf/dwarf_export
diff options
context:
space:
mode:
authorAlexander Taylor <alex@vector35.com>2025-04-08 14:17:44 -0400
committerAlexander Taylor <alex@vector35.com>2025-04-09 17:16:22 -0400
commit2ea1bf8666ab3dcc1985d6871463c0d8bff0d78c (patch)
treef98fe083234afca51099496d02d71360782e6eed /plugins/dwarf/dwarf_export
parent7efec08a06a25591ceaf70fe36c834f623b25dc0 (diff)
Fix capitalization of AArch64.
Diffstat (limited to 'plugins/dwarf/dwarf_export')
-rw-r--r--plugins/dwarf/dwarf_export/src/lib.rs4
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",