blob: 7a91290fb9c4f102457b6fb25b63c785d1a1cd8a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
##########################################################
## ntapi: Native API core library ##
## Copyright (C) 2013--2021 SysDeer Technologies, LLC ##
## Released under GPLv2 and GPLv3; see COPYING.NTAPI. ##
##########################################################
.section .text
.global ___ntapi_tt_seh_frame
.def ___ntapi_tt_seh_frame; .scl 2; .type 32; .endef
___ntapi_tt_seh_frame:
movl 16(%esp),%eax
jmp *%eax
|