Created attachment 49867 [details] Patch for Makefile.vex.am Version: unspecified OS: Linux The file pub/libvex_guest_offsets.h does not get regenerated if auxprogs/genoffset.c or any of the guest header files changes. The attached patch fixes this. The patch is against r11250 Reproducible: Always
Any chance to apply that? This patch seems trivial and makes porting new architectures less error prone, since you do not need to run make clean after editing the vex guest state.
Committed, r11387. Thanks for the patch.