From 8836b08452b848abda2f89691923c0421a551c98 Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Wed, 5 Jan 2022 07:46:07 -0500 Subject: fix paths in nm-gcc-11.patch --- newmoon/nm-gcc-11.patch | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'newmoon') diff --git a/newmoon/nm-gcc-11.patch b/newmoon/nm-gcc-11.patch index d460928..9ab7f75 100644 --- a/newmoon/nm-gcc-11.patch +++ b/newmoon/nm-gcc-11.patch @@ -743,22 +743,22 @@ Message: #include "jit/JitCompartment.h" #include "js/MemoryMetrics.h" ---- a/js/src/regexp/regexp-bytecode-peephole.cc -+++ b/js/src/regexp/regexp-bytecode-peephole.cc +--- a/js/src/new-regexp/regexp-bytecode-peephole.cc ++++ b/js/src/new-regexp/regexp-bytecode-peephole.cc @@ -2,8 +2,9 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. --#include "regexp/regexp-bytecode-peephole.h" +-#include "new-regexp/regexp-bytecode-peephole.h" +#include -+#include "regexp/regexp-bytecode-peephole.h" - #include "regexp/regexp-bytecodes.h" ++#include "new-regexp/regexp-bytecode-peephole.h" + #include "new-regexp/regexp-bytecodes.h" namespace v8 { ---- a/js/src/regexp/util/vector.h -+++ b/js/src/regexp/util/vector.h +--- a/js/src/new-regexp/util/vector.h ++++ b/js/src/new-regexp/util/vector.h @@ -5,6 +5,7 @@ #ifndef V8_UTIL_VECTOR_H_ #define V8_UTIL_VECTOR_H_ -- cgit