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
90c245cd
Commit
90c245cd
authored
Feb 02, 1999
by
Ulrich Weigand
Committed by
Alexandre Julliard
Feb 02, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bugfix: Preserve EAX in UnMapSLFixArray().
parent
a0a516d6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
selector.c
memory/selector.c
+4
-1
kernel32.spec
relay32/kernel32.spec
+1
-1
No files found.
memory/selector.c
View file @
90c245cd
...
...
@@ -554,8 +554,11 @@ LPVOID WINAPI MapSLFix( SEGPTR sptr )
* UnMapSLFixArray (KERNEL32.701)
*/
void
WINAPI
UnMapSLFixArray
(
SEGPTR
sptr
[],
INT32
length
)
REGS_ENTRYPOINT
(
UnMapSLFixArray
)
/* SEGPTR sptr[], INT32 length */
{
/* Must not change EAX, hence defined as 'register' function */
/* We need to remove the arguments ourselves */
ESP_reg
(
context
)
+=
8
;
}
/***********************************************************************
...
...
relay32/kernel32.spec
View file @
90c245cd
...
...
@@ -717,7 +717,7 @@ init MAIN_KernelInit
698 stdcall UTRegister(long str str str ptr ptr ptr) UTRegister
699 stdcall UTUnRegister(long) UTUnRegister
700 stdcall UnMapLS(long) UnMapLS
701
stdcall UnMapSLFixArray(ptr long
) UnMapSLFixArray
701
register UnMapSLFixArray(
) UnMapSLFixArray
702 stdcall UnhandledExceptionFilter(ptr) UnhandledExceptionFilter
703 stub UninitializeCriticalSection
704 stdcall UnlockFile(long long long long long) UnlockFile
...
...
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