From 650a8aac08edd18b16aea0f888b961b2deb4b4d2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Sun, 7 Jun 2020 00:54:07 +0200 Subject: [PATCH] - updated x32 patch so it at least applies --- x32.patch | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/x32.patch b/x32.patch index 4e4b455..d18b961 100644 --- a/x32.patch +++ b/x32.patch @@ -44,26 +44,6 @@ diff -ur qtwebengine-everywhere-src-5.11.1/src/3rdparty/chromium/v8/src/objects/ digit_t quotient; digit_t rem; __asm__("divq %[divisor]" ---- qtwebengine-everywhere-src-5.11.1/src/3rdparty/chromium/v8/src/compiler/instruction-selector.cc.orig 2018-06-15 09:47:20.000000000 +0200 -+++ qtwebengine-everywhere-src-5.11.1/src/3rdparty/chromium/v8/src/compiler/instruction-selector.cc 2018-08-14 09:18:33.177100945 +0200 -@@ -1927,7 +1927,7 @@ - } - - // 32 bit targets do not implement the following instructions. --#if V8_TARGET_ARCH_32_BIT -+#if V8_TARGET_ARCH_32_BIT && !V8_TARGET_ARCH_X64 - - void InstructionSelector::VisitWord64And(Node* node) { UNIMPLEMENTED(); } - -@@ -2081,7 +2081,7 @@ - #endif // V8_TARGET_ARCH_32_BIT - - // 64 bit targets do not implement the following instructions. --#if V8_TARGET_ARCH_64_BIT -+#if V8_TARGET_ARCH_64_BIT || V8_TARGET_ARCH_X64 - void InstructionSelector::VisitInt32PairAdd(Node* node) { UNIMPLEMENTED(); } - - void InstructionSelector::VisitInt32PairSub(Node* node) { UNIMPLEMENTED(); } --- qtwebengine-everywhere-src-5.11.1.clean/src/3rdparty/chromium/build/build_config.h~ 2018-06-15 09:47:20.000000000 +0200 +++ qtwebengine-everywhere-src-5.11.1.clean/src/3rdparty/chromium/build/build_config.h 2018-08-14 09:23:40.756276384 +0200 @@ -106,7 +106,11 @@ -- 2.43.0