79400a1f23
When stochastic sampling is not active, the trap handler is incorrectly branching to .check_exceptions, bypassing the software trap ID checks and inturn not advancing the PC. Fixed the issue to always check software traps regardless of PC sampling state. Co-authored-by: Shweta Khatri <shweta.khatri@amd.com>