| 721 | } |
| 722 | |
| 723 | ~ScopedCallbackDisable() { |
| 724 | GetCPUArea().Area->InSyscallCallback = Prev; |
| 725 | } |
| 726 | }; |
| 727 | |
| 728 | // Returns true if exception dispatch should be halted and the execution context restored to NativeContext |
nothing calls this directly
no test coverage detected