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
8c1bb2aa
Commit
8c1bb2aa
authored
Dec 07, 2017
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ntdll: Display floating point arguments in relay debugging on i386 and x86-64.
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
83bbeab9
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
107 additions
and
63 deletions
+107
-63
relay.c
dlls/ntdll/relay.c
+0
-0
build.h
tools/winebuild/build.h
+1
-0
spec32.c
tools/winebuild/spec32.c
+106
-63
No files found.
dlls/ntdll/relay.c
View file @
8c1bb2aa
This diff is collapsed.
Click to expand it.
tools/winebuild/build.h
View file @
8c1bb2aa
...
...
@@ -86,6 +86,7 @@ typedef struct
typedef
struct
{
int
nb_args
;
int
args_str_offset
;
enum
arg_type
args
[
MAX_ARGUMENTS
];
}
ORD_FUNCTION
;
...
...
tools/winebuild/spec32.c
View file @
8c1bb2aa
This diff is collapsed.
Click to expand it.
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