修复无法识别 Intel64 架构的问题 (#3618)

This commit is contained in:
Glavo 2025-02-16 17:23:14 +08:00 committed by GitHub
parent c16d6e8d5f
commit da93b4c12d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -104,6 +104,7 @@ public enum Architecture {
case "ia32e": case "ia32e":
case "em64t": case "em64t":
case "x64": case "x64":
case "intel64":
return X86_64; return X86_64;
case "x8632": case "x8632":
case "x86-32": case "x86-32":