fix bad offset for SSE argument marshalling in x86.S

This commit is contained in:
Joel Dice 2012-08-01 11:20:41 -06:00
parent 2cb5a74991
commit 2be438b2bb

View File

@ -315,7 +315,7 @@ LOCAL(sse):
movq 32(%rax),%xmm4
movq 40(%rax),%xmm5
movq 48(%rax),%xmm6
movq 64(%rax),%xmm7
movq 56(%rax),%xmm7
LOCAL(call):
call *-48(%rbp)