https://bugs.kde.org/show_bug.cgi?id=503419

--- Comment #3 from Mark Wielaard <m...@klomp.org> ---
Constants like OFFSET_riscv64_pc are generated by compiling
VEX/auxprogs/genoffsets.c to an .s file and  grepping out the defines.
See the pub/libvex_guest_offsets.h rule in Makefile.vex.am:

# This is very uggerly.  Need to sed out both "xyzzyN" and
# "xyzzy$N" since gcc on different targets emits the constants
# differently -- with a leading $ on x86/amd64 but none on ppc32/64.
# ICC also emits the constants differently with a leading # #define

Might that go wrong somehow for you?

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to