diff options
author | midipix <writeonce@midipix.org> | 2019-02-02 02:00:26 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2019-02-02 02:24:23 -0500 |
commit | 5539543092c89ff1d219585f11d3f9e5a0c8c74f (patch) | |
tree | a7a49d6a444b76336941f3b77cc0c1a504144dd8 /src/seh/nt64 | |
parent | 8dfd039c3523e18a56819a2d01407f8d0726980d (diff) | |
download | ntapi-5539543092c89ff1d219585f11d3f9e5a0c8c74f.tar.bz2 ntapi-5539543092c89ff1d219585f11d3f9e5a0c8c74f.tar.xz |
__ntapi_tt_seh_frame(): apply hidden visibility.
Diffstat (limited to 'src/seh/nt64')
-rw-r--r-- | src/seh/nt64/ntapi_tt_seh_frame.s | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/seh/nt64/ntapi_tt_seh_frame.s b/src/seh/nt64/ntapi_tt_seh_frame.s index 11e6aef..74ad099 100644 --- a/src/seh/nt64/ntapi_tt_seh_frame.s +++ b/src/seh/nt64/ntapi_tt_seh_frame.s @@ -35,9 +35,3 @@ __ntapi_tt_seh_frame: ret .seh_endproc - - .section .got$__ntapi_tt_seh_frame,"r" - .global __imp___ntapi_tt_seh_frame -__imp___ntapi_tt_seh_frame: - .quad __ntapi_tt_seh_frame - .linkonce discard |