29// This is unused, or atleast should be changed.
30// Since the try except macros are expected to work within interrupts (like a page fault), since RBP,RSP are saved (and General Purpose Registers)
31// So simply jumping to there WILL NOT work, we must restore all general registers (which would require support handling in the try try_end; macros, and not only linker support
32// So for now, this should stay unused.
33// This will be used (probably) for user mode SEH.