factor/vm/safeseh.asm

6 lines
79 B
NASM

.386
.model flat
exception_handler proto c
.safeseh exception_handler
end