mirror of
https://github.com/go-delve/delve.git
synced 2025-10-28 04:35:19 +08:00
debugCallV2 for amd64 has a bug where it corrupts the flags registers every time it is called, this commit works around that problem by restoring flags one extra time to its original value after stepping out of debugCallV2. Fixes #2985