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
8f369c9e
Commit
8f369c9e
authored
Nov 01, 2011
by
André Hentschel
Committed by
Alexandre Julliard
Nov 01, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
kernel32/tests: Use ARMv7 for PE images.
parent
b6169510
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
file.c
dlls/kernel32/tests/file.c
+1
-1
loader.c
dlls/kernel32/tests/loader.c
+1
-1
No files found.
dlls/kernel32/tests/file.c
View file @
8f369c9e
...
...
@@ -1758,7 +1758,7 @@ static BOOL create_fake_dll( LPCSTR filename )
#elif defined __sparc__
nt
->
FileHeader
.
Machine
=
IMAGE_FILE_MACHINE_SPARC
;
#elif defined __arm__
nt
->
FileHeader
.
Machine
=
IMAGE_FILE_MACHINE_ARM
;
nt
->
FileHeader
.
Machine
=
IMAGE_FILE_MACHINE_ARM
V7
;
#else
# error You must specify the machine type
#endif
...
...
dlls/kernel32/tests/loader.c
View file @
8f369c9e
...
...
@@ -57,7 +57,7 @@ static IMAGE_NT_HEADERS nt_header =
#elif defined __sparc__
IMAGE_FILE_MACHINE_SPARC
,
/* Machine */
#elif defined __arm__
IMAGE_FILE_MACHINE_ARM
,
/* Machine */
IMAGE_FILE_MACHINE_ARM
V7
,
/* Machine */
#else
# error You must specify the machine type
#endif
...
...
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