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
10476af6
Commit
10476af6
authored
Apr 30, 2013
by
Dmitry Timoshkov
Committed by
Alexandre Julliard
Apr 30, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Make KNONVOLATILE_CONTEXT_POINTERS match PSDK definition.
parent
074d89a0
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
4 deletions
+5
-4
rtl.c
dlls/ntdll/rtl.c
+1
-0
signal_x86_64.c
dlls/ntdll/signal_x86_64.c
+1
-1
winnt.h
include/winnt.h
+3
-3
No files found.
dlls/ntdll/rtl.c
View file @
10476af6
...
...
@@ -34,6 +34,7 @@
#include <netinet/in.h>
#endif
#include "ntstatus.h"
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#define WIN32_NO_STATUS
#define USE_WS_PREFIX
...
...
dlls/ntdll/signal_x86_64.c
View file @
10476af6
...
...
@@ -2574,7 +2574,7 @@ static void set_int_reg( CONTEXT *context, KNONVOLATILE_CONTEXT_POINTERS *ctx_pt
static
void
set_float_reg
(
CONTEXT
*
context
,
KNONVOLATILE_CONTEXT_POINTERS
*
ctx_ptr
,
int
reg
,
M128A
val
)
{
*
(
&
context
->
u
.
s
.
Xmm0
+
reg
)
=
val
;
if
(
ctx_ptr
)
ctx_ptr
->
u
1
.
FloatingContext
[
reg
]
=
&
context
->
u
.
s
.
Xmm0
+
reg
;
if
(
ctx_ptr
)
ctx_ptr
->
u
.
FloatingContext
[
reg
]
=
&
context
->
u
.
s
.
Xmm0
+
reg
;
}
static
int
get_opcode_size
(
struct
opcode
op
)
...
...
include/winnt.h
View file @
10476af6
...
...
@@ -1158,8 +1158,8 @@ typedef struct _KNONVOLATILE_CONTEXT_POINTERS
PM128A
Xmm13
;
PM128A
Xmm14
;
PM128A
Xmm15
;
}
DUMMYSTRUCTNAME
1
;
}
DUMMYUNIONNAME
1
;
}
DUMMYSTRUCTNAME
;
}
DUMMYUNIONNAME
;
union
{
...
...
@@ -1182,7 +1182,7 @@ typedef struct _KNONVOLATILE_CONTEXT_POINTERS
PULONG64
R13
;
PULONG64
R14
;
PULONG64
R15
;
}
DUMMYSTRUCTNAME
2
;
}
DUMMYSTRUCTNAME
;
}
DUMMYUNIONNAME2
;
}
KNONVOLATILE_CONTEXT_POINTERS
,
*
PKNONVOLATILE_CONTEXT_POINTERS
;
...
...
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