mirror of
https://github.com/lifting-bits/remill
synced 2026-06-21 13:56:07 +00:00
collapse case
This commit is contained in:
+1
-5
@@ -68,11 +68,7 @@ function GetArchVersion
|
||||
ARCH_VERSION=amd64
|
||||
return 0
|
||||
;;
|
||||
arm64)
|
||||
ARCH_VERSION=arm64
|
||||
return 0
|
||||
;;
|
||||
aarch64)
|
||||
arm64 | aarch64)
|
||||
ARCH_VERSION=arm64
|
||||
return 0
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user