Commit acc6b32
committed
Replace legacy stack restore with _resetstkoflw()
That code won't build on x64, because inline assembly is not supported
on that platform, but calling `_resetstkoflw()` is simpler anyway.
After we have fixed this, we also enable SEH again.
This needs to be thoroughly tested, though.1 parent f426f16 commit acc6b32
1 file changed
+2
-24
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
723 | 723 | | |
724 | 724 | | |
725 | 725 | | |
726 | | - | |
727 | | - | |
728 | | - | |
729 | | - | |
730 | | - | |
731 | | - | |
732 | | - | |
733 | | - | |
734 | | - | |
735 | | - | |
736 | | - | |
737 | | - | |
738 | | - | |
739 | | - | |
740 | | - | |
741 | | - | |
742 | | - | |
743 | | - | |
744 | | - | |
745 | | - | |
746 | | - | |
747 | | - | |
748 | | - | |
| 726 | + | |
749 | 727 | | |
750 | 728 | | |
751 | 729 | | |
| |||
0 commit comments