diff options
Diffstat (limited to 'src/seh/nt32')
-rw-r--r-- | src/seh/nt32/ntapi_tt_seh_frame.s | 2 |
1 files changed, 1 insertions, 1 deletions
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 |