Proxmox-Port/packages/pixman/patches/001-fix-vm-crush-on-aarch64.patch
2024-11-16 18:06:29 +08:00

14 lines
473 B
Diff

diff --git a/pixman/pixman-arma64-neon-asm.S b/pixman/pixman-arma64-neon-asm.S
index 7329d4b..1c1fdd5 100644
--- a/pixman/pixman-arma64-neon-asm.S
+++ b/pixman/pixman-arma64-neon-asm.S
@@ -1325,7 +1325,7 @@ generate_composite_function \
.macro pixman_composite_src_8888_8888_process_pixblock_tail_head
st1 {v0.2s, v1.2s, v2.2s, v3.2s}, [DST_W], #32
fetch_src_pixblock
- cache_preload 8, 8
+ /* cache_preload 8, 8 */
.endm
generate_composite_function \