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
c13be744
Commit
c13be744
authored
May 28, 2015
by
André Hentschel
Committed by
Alexandre Julliard
May 29, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ntdll: Fix returning from various ARM assembler functions.
parent
a18f84c0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
signal_arm.c
dlls/ntdll/signal_arm.c
+2
-2
No files found.
dlls/ntdll/signal_arm.c
View file @
c13be744
...
...
@@ -283,7 +283,7 @@ __ASM_STDCALL_FUNC( RtlCaptureContext, 4,
"str PC, [r0, #0x40]
\n\t
"
/* context->Pc */
"mrs r1, CPSR
\n\t
"
"str r1, [r0, #0x44]
\n\t
"
/* context->Cpsr */
"
mov PC, LR
\n
"
"
bx lr
"
)
...
...
@@ -920,7 +920,7 @@ void signal_free_thread( TEB *teb )
extern
void
set_tpidrurw
(
TEB
*
teb
);
__ASM_GLOBAL_FUNC
(
set_tpidrurw
,
"mcr p15, 0, r0, c13, c0, 2
\n\t
"
/* TEB -> TPIDRURW */
"b
l
x lr"
)
"bx lr"
)
#else
void
set_tpidrurw
(
TEB
*
teb
)
{
...
...
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