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
44aab2e2
Commit
44aab2e2
authored
Apr 07, 2006
by
Detlef Riekenberg
Committed by
Alexandre Julliard
Apr 08, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ntdll: Added ARM architecture.
parent
a76023f0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
virtual.c
dlls/ntdll/virtual.c
+1
-0
No files found.
dlls/ntdll/virtual.c
View file @
44aab2e2
...
...
@@ -899,6 +899,7 @@ static NTSTATUS map_image( HANDLE hmapping, int fd, char *base, SIZE_T total_siz
case
IMAGE_FILE_MACHINE_IA64
:
MESSAGE
(
"IA-64"
);
break
;
case
IMAGE_FILE_MACHINE_ALPHA64
:
MESSAGE
(
"Alpha-64"
);
break
;
case
IMAGE_FILE_MACHINE_AMD64
:
MESSAGE
(
"AMD-64"
);
break
;
case
IMAGE_FILE_MACHINE_ARM
:
MESSAGE
(
"ARM"
);
break
;
default:
MESSAGE
(
"Unknown-%04x"
,
nt
->
FileHeader
.
Machine
);
break
;
}
MESSAGE
(
")
\n
"
);
...
...
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