summaryrefslogtreecommitdiffhomepage
path: root/src/seh/nt32/ntapi_tt_seh_frame.s
blob: 661d690efb6da897bd96bc5465ba9c5f68d0afdc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
##########################################################
##  ntapi: Native API core library                      ##
##  Copyright (C) 2013--2017  Z. Gilboa                 ##
##  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

	.section .got$___ntapi_tt_seh_frame,"r"
	.global __imp____ntapi_tt_seh_frame
__imp____ntapi_tt_seh_frame:
	.long	___ntapi_tt_seh_frame
	.linkonce discard