Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix post bailout hook execution in 8.3 unoptimized builds (#2737)
When optimized, all is fine; however, in unoptimized builds the compiler will write stacktarget back to the stack and read it later from there, even though the stack address has moved. (i.e. only affects development builds.) Adding register keyword to avoid this.
- Loading branch information