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
cf94095e
Commit
cf94095e
authored
Jan 23, 2008
by
Dmitry Timoshkov
Committed by
Alexandre Julliard
Jan 23, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winebuild: Add a couple of missing indentations in the generated asm files.
parent
8bbb3d68
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
spec16.c
tools/winebuild/spec16.c
+2
-2
No files found.
tools/winebuild/spec16.c
View file @
cf94095e
...
...
@@ -461,7 +461,7 @@ static void output_init_code( const DLLSPEC *spec, const char *header_name )
output
(
"
\t
.align 4
\n
"
);
output
(
"
\t
%s
\n
"
,
func_declaration
(
name
)
);
output
(
"%s:
\n
"
,
name
);
output
(
"subl $4,%%esp
\n
"
);
output
(
"
\t
subl $4,%%esp
\n
"
);
if
(
UsePIC
)
{
output
(
"
\t
call %s
\n
"
,
asm_name
(
"__wine_spec_get_pc_thunk_eax"
)
);
...
...
@@ -485,7 +485,7 @@ static void output_init_code( const DLLSPEC *spec, const char *header_name )
output
(
"
\t
.align 4
\n
"
);
output
(
"
\t
%s
\n
"
,
func_declaration
(
name
)
);
output
(
"%s:
\n
"
,
name
);
output
(
"subl $8,%%esp
\n
"
);
output
(
"
\t
subl $8,%%esp
\n
"
);
if
(
UsePIC
)
{
output
(
"
\t
call %s
\n
"
,
asm_name
(
"__wine_spec_get_pc_thunk_eax"
)
);
...
...
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