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
8390af0a
Commit
8390af0a
authored
Dec 01, 2021
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wow64cpu: Add a stub for BTCpuTurboThunkControl().
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
3af86074
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
1 deletion
+12
-1
cpu.c
dlls/wow64cpu/cpu.c
+11
-0
wow64cpu.spec
dlls/wow64cpu/wow64cpu.spec
+1
-1
No files found.
dlls/wow64cpu/cpu.c
View file @
8390af0a
...
...
@@ -248,3 +248,14 @@ NTSTATUS WINAPI BTCpuResetToConsistentState( EXCEPTION_POINTERS *ptrs )
context
->
Rsp
=
context
->
R14
;
return
STATUS_SUCCESS
;
}
/**********************************************************************
* BTCpuTurboThunkControl (wow64cpu.@)
*/
NTSTATUS
WINAPI
BTCpuTurboThunkControl
(
ULONG
enable
)
{
if
(
enable
)
return
STATUS_NOT_SUPPORTED
;
/* we don't have turbo thunks yet */
return
STATUS_SUCCESS
;
}
dlls/wow64cpu/wow64cpu.spec
View file @
8390af0a
...
...
@@ -4,6 +4,6 @@
@ stdcall BTCpuResetToConsistentState(ptr)
@ stdcall BTCpuSetContext(long long ptr ptr)
@ stdcall BTCpuSimulate()
#@ stub BTCpuTurboThunkControl
@ stdcall BTCpuTurboThunkControl(long)
#@ stub TurboDispatchJumpAddressEnd
#@ stub TurboDispatchJumpAddressStart
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