un-fix register clobber list for gcc on x86

git-svn-id: svn://localhost/ardour2/branches/3.0@6422 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2009-12-31 18:16:03 +00:00
parent 53b0b4d114
commit 569226e64e

View File

@ -36,7 +36,7 @@ FPU::FPU ()
"popl %%ebx\n"
: "=r" (cpuflags)
:
: "%eax", "%ebx", "%ecx", "%edx"
: "%eax", "%ecx", "%edx"
);
#else