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
e8f90883
Commit
e8f90883
authored
Jun 27, 2001
by
Andreas Mohr
Committed by
Alexandre Julliard
Jun 27, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix misleading P4 warning message appearing even in case of match.
parent
649637f5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
6 deletions
+7
-6
cpu.c
misc/cpu.c
+7
-6
No files found.
misc/cpu.c
View file @
e8f90883
...
@@ -121,12 +121,13 @@ VOID WINAPI GetSystemInfo(
...
@@ -121,12 +121,13 @@ VOID WINAPI GetSystemInfo(
cachedsi
.
wProcessorLevel
=
5
;
cachedsi
.
wProcessorLevel
=
5
;
break
;
break
;
case
1
:
/* two-figure levels */
case
1
:
/* two-figure levels */
switch
(
value
[
1
]
-
'0'
)
{
if
(
value
[
1
]
==
'5'
)
case
5
:
/* P4; FIXME: data correct ? */
{
cachedsi
.
dwProcessorType
=
PROCESSOR_INTEL_PENTIUM
;
cachedsi
.
dwProcessorType
=
PROCESSOR_INTEL_PENTIUM
;
cachedsi
.
wProcessorLevel
=
5
;
cachedsi
.
wProcessorLevel
=
5
;
break
;
break
;
}
/* fall through to prev. default */
}
/* fall through */
default:
default:
FIXME
(
"unknown cpu family '%s', please report ! (-> setting to 386)
\n
"
,
value
);
FIXME
(
"unknown cpu family '%s', please report ! (-> setting to 386)
\n
"
,
value
);
break
;
break
;
...
...
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