aboutsummaryrefslogtreecommitdiff
path: root/www/qt6-webengine/files/patch-src_3rdparty_chromium_v8_src_maglev_x64_maglev-assembler-x64-inl.h
blob: a38884e123130d5ea810177b4a84bcf5efca005b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- src/3rdparty/chromium/v8/src/maglev/x64/maglev-assembler-x64-inl.h.orig	2023-09-13 12:11:42 UTC
+++ src/3rdparty/chromium/v8/src/maglev/x64/maglev-assembler-x64-inl.h
@@ -229,7 +229,10 @@ void MaglevAssembler::PushReverse(T... vals) {
   detail::PushAllHelper<T...>::PushReverse(this, vals...);
 }
 
-inline void MaglevAssembler::BindJumpTarget(Label* label) { bind(label); }
+inline void MaglevAssembler::BindJumpTarget(Label* label) {
+  bind(label);
+  endbr64();
+}
 
 inline void MaglevAssembler::BindBlock(BasicBlock* block) {
   bind(block->label());