mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
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:
parent
53b0b4d114
commit
569226e64e
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ FPU::FPU ()
|
|||
"popl %%ebx\n"
|
||||
: "=r" (cpuflags)
|
||||
:
|
||||
: "%eax", "%ebx", "%ecx", "%edx"
|
||||
: "%eax", "%ecx", "%edx"
|
||||
);
|
||||
|
||||
#else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue