]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Avoid use of guest_IP_AT_SYSCALL in handle_extension()
authorAndreas Arnez <arnez@linux.ibm.com>
Wed, 15 May 2024 12:32:42 +0000 (14:32 +0200)
committerMark Wielaard <mark@klomp.org>
Sun, 9 Jun 2024 22:26:16 +0000 (00:26 +0200)
commit40b68ae8d6c869f098493e3a31d66f09170592e3
tree36a2d44b16e2621c9e396e4c7246c5f14a9badc3
parent468933f9765449c1e353c38e88555a2f1603b9ce
Avoid use of guest_IP_AT_SYSCALL in handle_extension()

The guest state field guest_IP_AT_SYSCALL is referenced in
handle_extension(), even though it may not be defined by all
architectures.  Avoid its use altogether.

(cherry picked from commit 16249b21456d681b5d98400287b8dbd926050c75)
coregrind/m_scheduler/scheduler.c