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
49c3351f
Commit
49c3351f
authored
Dec 13, 2017
by
Martin Storsjo
Committed by
Alexandre Julliard
Dec 13, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msvcrt: Fix copy/paste typos in arm64 setjmp/longjmp.
Signed-off-by:
Martin Storsjo
<
martin@martin.st
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
081eae7a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
except_arm64.c
dlls/msvcrt/except_arm64.c
+2
-2
No files found.
dlls/msvcrt/except_arm64.c
View file @
49c3351f
...
...
@@ -150,7 +150,7 @@ __ASM_GLOBAL_FUNC(MSVCRT__setjmpex,
"str x24, [x0, #0x38]
\n\t
"
/* jmp_buf->X24 */
"str x25, [x0, #0x40]
\n\t
"
/* jmp_buf->X25 */
"str x26, [x0, #0x48]
\n\t
"
/* jmp_buf->X26 */
"str x2
6
, [x0, #0x50]
\n\t
"
/* jmp_buf->X27 */
"str x2
7
, [x0, #0x50]
\n\t
"
/* jmp_buf->X27 */
"str x28, [x0, #0x58]
\n\t
"
/* jmp_buf->X28 */
"str x29, [x0, #0x60]
\n\t
"
/* jmp_buf->Fp */
"str x30, [x0, #0x68]
\n\t
"
/* jmp_buf->Lr */
...
...
@@ -182,7 +182,7 @@ __ASM_GLOBAL_FUNC(longjmp_set_regs,
"ldr x24, [x0, #0x38]
\n\t
"
/* jmp_buf->X24 */
"ldr x25, [x0, #0x40]
\n\t
"
/* jmp_buf->X25 */
"ldr x26, [x0, #0x48]
\n\t
"
/* jmp_buf->X26 */
"ldr x2
6
, [x0, #0x50]
\n\t
"
/* jmp_buf->X27 */
"ldr x2
7
, [x0, #0x50]
\n\t
"
/* jmp_buf->X27 */
"ldr x28, [x0, #0x58]
\n\t
"
/* jmp_buf->X28 */
"ldr x29, [x0, #0x60]
\n\t
"
/* jmp_buf->Fp */
"ldr x30, [x0, #0x68]
\n\t
"
/* jmp_buf->Lr */
...
...
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