mirror of https://github.com/mpv-player/mpv
minor fixes week at mcdonals: small fix pse->pse36
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6687 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
915be5d59c
commit
ce7b9db121
|
@ -120,7 +120,7 @@ main(int argc, char **argv)
|
||||||
{ 14, "mca", "Machine Check Architecture" },
|
{ 14, "mca", "Machine Check Architecture" },
|
||||||
{ 15, "cmov", "Conditional Move/Compare Instruction" },
|
{ 15, "cmov", "Conditional Move/Compare Instruction" },
|
||||||
{ 16, "pat", "Page Attribute Table" },
|
{ 16, "pat", "Page Attribute Table" },
|
||||||
{ 17, "pse", "Page Size Extension" },
|
{ 17, "pse36", "Page Size Extension 36-bit" },
|
||||||
{ 18, "psn", "Processor Serial Number" },
|
{ 18, "psn", "Processor Serial Number" },
|
||||||
{ 19, "cflsh", "CFLUSH instruction" },
|
{ 19, "cflsh", "CFLUSH instruction" },
|
||||||
{ 21, "ds", "Debug Store" },
|
{ 21, "ds", "Debug Store" },
|
||||||
|
|
Loading…
Reference in New Issue