]> 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)
committerAndreas Arnez <arnez@linux.ibm.com>
Wed, 15 May 2024 12:32:42 +0000 (14:32 +0200)
commit16249b21456d681b5d98400287b8dbd926050c75
treeb3afcb6d89ffc532d7edf1cf0226cded9888962f
parent94c2e5c6be23c6323f24deacdad5f98fb9f0b1c2
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.
coregrind/m_scheduler/scheduler.c