diff -r 9d1d0fa8db02 -r d2940421d3d4 QTfrontend/ui/widget/feedbackdialog.cpp --- a/QTfrontend/ui/widget/feedbackdialog.cpp Wed Feb 27 16:12:57 2013 +0100 +++ b/QTfrontend/ui/widget/feedbackdialog.cpp Wed Feb 27 16:44:19 2013 +0100 @@ -273,6 +273,7 @@ delete process; #endif +#ifdef __i386__ || __x86_64__ // cpu info quint32 registers[4]; quint32 i; @@ -301,6 +302,9 @@ processor_name += std::string((const char *)®isters[1], 4); processor_name += std::string((const char *)®isters[2], 4); processor_name += std::string((const char *)®isters[3], 3); +#else + processor_name += "Unknown"; +#endif // compiler #ifdef __GNUC__