]> git.ipfire.org Git - thirdparty/valgrind.git/commit
mips: small changes in VexGuestMIPS{32|64}State structs
authorPetar Jovanovic <mips32r2@gmail.com>
Wed, 7 Dec 2016 16:19:26 +0000 (16:19 +0000)
committerPetar Jovanovic <mips32r2@gmail.com>
Wed, 7 Dec 2016 16:19:26 +0000 (16:19 +0000)
commit654f8627a266d448012acf969cc5ba442e227025
tree9ca481af49b7e91dff69b81d46804aa4bee0ebea
parent62344f2745846233955d4dbe5a80cc8cb153a90e
mips: small changes in VexGuestMIPS{32|64}State structs

Move host_EvC_FAILADDR and host_EvC_COUNTER fields to the top of the
structure, similar to other architectures.

This fixes

none/tests/libvexmultiarch_test          (stderr)

on some MIPS platforms, as it avoids internal X86/AMD code generator
asserts.

Minor stylish changes included too.

Patch by Aleksandra Karadzic.

git-svn-id: svn://svn.valgrind.org/vex/trunk@3286
VEX/priv/host_mips_defs.c
VEX/priv/host_mips_defs.h
VEX/priv/host_mips_isel.c
VEX/pub/libvex_guest_mips32.h
VEX/pub/libvex_guest_mips64.h