Blob Blame History Raw
--- ugene-40.1/src/libs_3rdparty/breakpad/src/client/linux/dump_writer_common/raw_context_cpu.h.unwind	2021-10-11 15:41:23.000000000 +0900
+++ ugene-40.1/src/libs_3rdparty/breakpad/src/client/linux/dump_writer_common/raw_context_cpu.h	2021-11-08 20:15:01.057998601 +0900
@@ -45,7 +45,7 @@ typedef MDRawContextARM64_Old RawContext
 #elif defined(__mips__)
 typedef MDRawContextMIPS RawContextCPU;
 #else
-#error "This code has not been ported to your platform yet."
+typedef unsigned long RawContextCPU;
 #endif
 
 }  // namespace google_breakpad