1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-26 17:12:36 +00:00

ize ... sorry ;)

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@740 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
pontscho 2001-05-09 16:46:02 +00:00
parent fe8722bccb
commit f1cf8b0984

View File

@ -15,7 +15,6 @@
/ return: cpu ident number. / return: cpu ident number.
/ --------------------------------------------------------------------------- / ---------------------------------------------------------------------------
CpuDetect: CpuDetect:
pushl %eax
pushl %ebx pushl %ebx
pushl %ecx pushl %ecx
pushl %edx pushl %edx
@ -42,7 +41,6 @@ exit_cpudetect:
popl %edx popl %edx
popl %ecx popl %ecx
popl %ebx popl %ebx
popl %eax
ret ret
/ --------------------------------------------------------------------------- / ---------------------------------------------------------------------------