summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
authoratmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-07-09 21:50:15 +0000
committeratmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-07-09 21:50:15 +0000
commitce7b9db121cd6a6821e518ddd08a31774b7b73b6 (patch)
tree3e7688ce71803e5fd9e15a333fafd0030932dff4 /TOOLS
parent915be5d59c8d5dfc871609650fdd980527b5bc9d (diff)
downloadmpv-ce7b9db121cd6a6821e518ddd08a31774b7b73b6.tar.bz2
mpv-ce7b9db121cd6a6821e518ddd08a31774b7b73b6.tar.xz
minor fixes week at mcdonals: small fix pse->pse36
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6687 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'TOOLS')
-rw-r--r--TOOLS/cpuinfo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/TOOLS/cpuinfo.c b/TOOLS/cpuinfo.c
index c5a290198e..333ae0a5ae 100644
--- a/TOOLS/cpuinfo.c
+++ b/TOOLS/cpuinfo.c
@@ -120,7 +120,7 @@ main(int argc, char **argv)
{ 14, "mca", "Machine Check Architecture" },
{ 15, "cmov", "Conditional Move/Compare Instruction" },
{ 16, "pat", "Page Attribute Table" },
- { 17, "pse", "Page Size Extension" },
+ { 17, "pse36", "Page Size Extension 36-bit" },
{ 18, "psn", "Processor Serial Number" },
{ 19, "cflsh", "CFLUSH instruction" },
{ 21, "ds", "Debug Store" },