Files
ladybird/Libraries/LibJS/AsmIntGen
Andreas Kling 114eeddea1 AsmIntGen: Avoid clobbering r11 in store_operand
The x86_64 asm interpreter mapped t8 to r11, but store_operand
also used r11 as its scratch register for operand loads. When a
handler stored a JS value from t8, the scratch load overwrote the
value first and wrote raw operand bits into the register file.
2026-04-10 15:12:53 +02:00
..