diff options
author | Rene Engelhard <rene@debian.org> | 2014-02-24 17:59:08 +0100 |
---|---|---|
committer | Rene Engelhard <rene@debian.org> | 2014-02-24 18:12:53 +0100 |
commit | 0bcaa9f9f7efe87f49473eefb467455dfb563138 (patch) | |
tree | fbbd274441e0878f9b31435b4ebeff364d360577 /bridges | |
parent | bbf82f684060980d267733ee589d263d6b25340c (diff) |
fix "fix gcc inline assembler operands usage"
Change-Id: I192c30bed60a657e9360bbe1d6dd217c75ed8da6
Diffstat (limited to 'bridges')
-rw-r--r-- | bridges/source/cpp_uno/gcc3_linux_sparc/uno2cpp.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bridges/source/cpp_uno/gcc3_linux_sparc/uno2cpp.cxx b/bridges/source/cpp_uno/gcc3_linux_sparc/uno2cpp.cxx index 063b8eb0144e..def4e8d90d09 100644 --- a/bridges/source/cpp_uno/gcc3_linux_sparc/uno2cpp.cxx +++ b/bridges/source/cpp_uno/gcc3_linux_sparc/uno2cpp.cxx @@ -235,7 +235,7 @@ void callVirtualMethod( void * pAdjustedThisPtr, "=m"(o0), "=m"(o1), "=m"(f0d), - "=m"(f0f), + "=m"(f0f) : "r"(&saveReg[0]) : |