From e39c77034b9eab664645c6abad96048e7b3da472 Mon Sep 17 00:00:00 2001 From: midipix Date: Feb 01 2019 03:42:11 +0000 Subject: assembly sources: .def declarations: fix multiple storage-class typos. --- diff --git a/src/seh/nt32/ntapi_tt_seh_frame.s b/src/seh/nt32/ntapi_tt_seh_frame.s index d301217..661d690 100644 --- a/src/seh/nt32/ntapi_tt_seh_frame.s +++ b/src/seh/nt32/ntapi_tt_seh_frame.s @@ -8,7 +8,7 @@ .global ___ntapi_tt_seh_frame - .def ___ntapi_tt_seh_frame; .scl 3; .type 32; .endef + .def ___ntapi_tt_seh_frame; .scl 2; .type 32; .endef ___ntapi_tt_seh_frame: movl 16(%esp),%eax diff --git a/src/seh/nt64/ntapi_tt_seh_frame.s b/src/seh/nt64/ntapi_tt_seh_frame.s index cd4a681..11e6aef 100644 --- a/src/seh/nt64/ntapi_tt_seh_frame.s +++ b/src/seh/nt64/ntapi_tt_seh_frame.s @@ -8,8 +8,8 @@ .global __ntapi_tt_seh_frame - .def __ntapi_tt_seh_frame; .scl 3; .type 32; .endef - .def __seh_trap; .scl 3; .type 32; .endef + .def __ntapi_tt_seh_frame; .scl 2; .type 32; .endef + .def __seh_trap; .scl 2; .type 32; .endef __seh_trap: nop