Skip to content

Commit f0516d8

Browse files
committed
崩溃界面显示的信息更新
1 parent 91e410e commit f0516d8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

TrafficMonitor/TrafficMonitor.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -793,6 +793,8 @@ CString CTrafficMonitorApp::GetSystemInfoString()
793793
info += _T(" ");
794794
#ifdef _M_X64
795795
info += _T("x64");
796+
#elif defined _M_ARM64EC
797+
info += _T("Arm64EC");
796798
#else
797799
info += _T("x86");
798800
#endif

0 commit comments

Comments
 (0)