]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Do early writeback of the base register for the following instruction
authorJulian Seward <jseward@acm.org>
Sun, 9 Mar 2014 09:40:23 +0000 (09:40 +0000)
committerJulian Seward <jseward@acm.org>
Sun, 9 Mar 2014 09:40:23 +0000 (09:40 +0000)
commit31287d6c31f1b520cc043a07dd886e249b9d34fd
tree9f9227dad221c35c1ad038dd7280813dcc58dbec
parente14c0847a8abbeb05b4e037af31a2081c6e8c903
Do early writeback of the base register for the following instruction
forms, to stop Memcheck complaining about writes below the stack
pointer:
  str x3, [sp,#-16]!
  stp q0, q1, [sp,#-512]!

git-svn-id: svn://svn.valgrind.org/vex/trunk@2835
VEX/priv/guest_arm64_toIR.c