Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
eac613f6
Commit
eac613f6
authored
Jul 29, 2008
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ntdll: Use the generic int 0x91 syscall on Solaris so that it works on all CPUs.
parent
6a21ab27
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
6 deletions
+2
-6
signal_i386.c
dlls/ntdll/signal_i386.c
+2
-6
No files found.
dlls/ntdll/signal_i386.c
View file @
eac613f6
...
...
@@ -586,13 +586,9 @@ static void merge_vm86_pending_flags( EXCEPTION_RECORD *rec )
extern
int
sigaction_syscall
(
int
sig
,
const
struct
sigaction
*
new
,
struct
sigaction
*
old
);
__ASM_GLOBAL_FUNC
(
sigaction_syscall
,
"call 1f
\n
"
"1:
\t
popl %edx
\n\t
"
"movl $0x62,%eax
\n\t
"
"add $[2f-1b],%edx
\n\t
"
"movl %esp,%ecx
\n\t
"
"sysenter
\n
"
"2:
\t
ret"
)
"int $0x91
\n\t
"
"ret"
)
/* assume the same libc handler is used for all signals */
static
void
(
*
libc_sigacthandler
)(
int
signal
,
siginfo_t
*
siginfo
,
void
*
context
);
...
...
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