Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
306a60d1
Commit
306a60d1
authored
Oct 31, 2002
by
Marcus Meissner
Committed by
Alexandre Julliard
Oct 31, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
_seh_longjmp_unwind is i386 only for now.
parent
733b88bb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
except.c
dlls/msvcrt/except.c
+1
-1
msvcrt.spec
dlls/msvcrt/msvcrt.spec
+1
-1
No files found.
dlls/msvcrt/except.c
View file @
306a60d1
...
...
@@ -370,7 +370,6 @@ void _MSVCRT_longjmp(_JUMP_BUFFER *jmp, int retval, CONTEXT86* context)
context
->
Eip
=
jmp
->
Eip
;
context
->
Eax
=
retval
;
}
#endif
/* i386 */
/*********************************************************************
* _seh_longjmp_unwind (MSVCRT.@)
...
...
@@ -379,6 +378,7 @@ void __stdcall _seh_longjmp_unwind(_JUMP_BUFFER *jmp)
{
_local_unwind2
(
(
MSVCRT_EXCEPTION_FRAME
*
)
jmp
->
Registration
,
jmp
->
TryLevel
);
}
#endif
/* i386 */
/*********************************************************************
* signal (MSVCRT.@)
...
...
dlls/msvcrt/msvcrt.spec
View file @
306a60d1
...
...
@@ -423,7 +423,7 @@ init MSVCRT_Init
@ cdecl _safe_fprem1() _safe_fprem1
@ cdecl _scalb( double long) _scalb
@ cdecl _searchenv(str str str) _searchenv
@ stdcall _seh_longjmp_unwind(ptr) _seh_longjmp_unwind
@ stdcall
-i386
_seh_longjmp_unwind(ptr) _seh_longjmp_unwind
@ stub _set_error_mode #(long)
@ stub _set_sbh_threshold #(long)
@ stub _seterrormode #(long)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment