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
242da670
Commit
242da670
authored
Feb 18, 2013
by
André Hentschel
Committed by
Alexandre Julliard
Feb 19, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ntdll: Correctly align the stack for odd numbers of arguments in relay traces on ARM.
parent
c4494278
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
relay.c
dlls/ntdll/relay.c
+2
-1
No files found.
dlls/ntdll/relay.c
View file @
242da670
...
...
@@ -364,7 +364,8 @@ __ASM_GLOBAL_FUNC( call_entry_point,
"cmp r3, #0
\n\t
"
"beq 5f
\n\t
"
"sub SP, SP, r3
\n\t
"
"bic SP, SP, #15
\n\t
"
"tst r1, #1
\n\t
"
"subeq SP, SP, #4
\n\t
"
"1:
\t
sub r3, r3, #4
\n\t
"
"ldr r0, [r2, r3]
\n\t
"
"str r0, [SP, r3]
\n\t
"
...
...
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