1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00

Fix register and parameter numbers in saving double FP registers.

llvm-svn: 7884
This commit is contained in:
Misha Brukman 2003-08-15 16:15:28 +00:00
parent 9e8f3b6a49
commit 16cd96bf4a

View File

@ -218,7 +218,7 @@ void JITResolver::SaveRestoreRegisters() {
__asm__ __volatile__ (// Save Double FP registers
"std %%f32, %0;\n\t" "std %%f34, %1;\n\t"
"std %%f32, %0;\n\t" "std %%f34, %1;\n\t"
"std %%f36, %2;\n\t" "std %%f38, %3;\n\t"
"std %%f40, %4;\n\t" "std %%f42, %5;\n\t"
"std %%f44, %6;\n\t" "std %%f46, %7;\n\t"
"std %%f48, %8;\n\t" "std %%f50, %9;\n\t"