https://bugs.kde.org/show_bug.cgi?id=486180
Paul Floyd <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CONFIRMED |RESOLVED Resolution|--- |FIXED --- Comment #17 from Paul Floyd <[email protected]> --- commit 8cd963b68bf5f6b8c201d14ef8b0e09f27f33743 (HEAD -> master, origin/master, origin/HEAD, bug486180) Author: Paul Floyd <[email protected]> Date: Fri Mar 20 07:28:09 2026 +0100 Bug 486180 - [Valgrind][MIPS] 'VexGuestArchState' has no member named 'guest_IP_AT_SYSCALL' This change completely removes IP_AT_SYSCALL. It used to be used during syscall handling to get the IP in the case of a syscall restart. Now all platforms use simplys "IP -= size of op syscall". It was also used by s390 for extension handling, That now uses VG_(get_IP)(tid); -- You are receiving this mail because: You are watching all bug changes.
