From 9a4ce488e85c4b59c1d2acdfd23cb88b7e9ca198 Mon Sep 17 00:00:00 2001 From: Mikael Urankar Date: Fri, 20 Nov 2020 10:41:13 +0000 Subject: lang/v8: Update to 8.7.220.23 PR: 213202 Reported by: many Approved by: sunpoet (maintainer timeout) --- lang/v8/files/patch-src-ia32-ic-ia32.cc | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 lang/v8/files/patch-src-ia32-ic-ia32.cc (limited to 'lang/v8/files/patch-src-ia32-ic-ia32.cc') diff --git a/lang/v8/files/patch-src-ia32-ic-ia32.cc b/lang/v8/files/patch-src-ia32-ic-ia32.cc deleted file mode 100644 index 1a38139abbe3..000000000000 --- a/lang/v8/files/patch-src-ia32-ic-ia32.cc +++ /dev/null @@ -1,12 +0,0 @@ ---- src/ia32/ic-ia32.cc.orig 2013-05-01 12:56:29 UTC -+++ src/ia32/ic-ia32.cc -@@ -1657,7 +1657,8 @@ void PatchInlinedSmiCode(Address address - int8_t delta = *reinterpret_cast(delta_address); - if (FLAG_trace_ic) { - PrintF("[ patching ic at %p, test=%p, delta=%d\n", -- address, test_instruction_address, delta); -+ reinterpret_cast(address), -+ reinterpret_cast(test_instruction_address), delta); - } - - // Patch with a short conditional jump. Enabling means switching from a short -- cgit v1.2.3