From: Julian Seward Date: Tue, 17 Jan 2006 01:59:43 +0000 (+0000) Subject: Fix copy-n-paste error. X-Git-Tag: svn/VALGRIND_3_2_0~378 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=295cb8afeacb4bc432f83f92e01688c2ba2bd0ec;p=thirdparty%2Fvalgrind.git Fix copy-n-paste error. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5533 --- diff --git a/coregrind/m_dispatch/dispatch-ppc64-linux.S b/coregrind/m_dispatch/dispatch-ppc64-linux.S index 458a7e76a7..2e3021ec75 100644 --- a/coregrind/m_dispatch/dispatch-ppc64-linux.S +++ b/coregrind/m_dispatch/dispatch-ppc64-linux.S @@ -626,15 +626,15 @@ VG_(run_a_noredir_translation): std 31,400(1) std 2,408(1) /* also preserve R2, just in case .. */ - stw 3,416(1) - lwz 31,8(3) - lwz 30,0(3) + std 3,416(1) + ld 31,8(3) + ld 30,0(3) mtlr 30 blrl - lwz 4,416(1) - stw 3, 16(4) - stw 31,24(4) + ld 4,416(1) + std 3, 16(4) + std 31,24(4) ld 14,256(1) ld 15,264(1)