Szerző: Laurent Desnogues
Dátum:
Címzett: pcre-dev
Tárgy: [pcre-dev] 8.35 RC1 on Aarch64
Hello,
I was playing with pcre 8.35 on QEMU Aarch64.
I think I have identified two issues in sljit/sljitNativeARM_64.c
- the commented out calls to SLJIT_CACHE_FLUSH are needed
- in emit_cmp_to0, there's a missing call to
ADJUST_LOCAL_OFFSET(src, srcw);
It would be nice if someone with hardware access could confirm.
Hope this helps,
Laurent