From 6d8225fe1a3277273c245ceb1b35fd536300f649 Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Mon, 20 Oct 2008 07:21:57 +0000 Subject: Updated to fedora-glibc-20081019T1815 --- sysdeps/s390/s390-64/s390x-mcount.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdeps/s390/s390-64') diff --git a/sysdeps/s390/s390-64/s390x-mcount.S b/sysdeps/s390/s390-64/s390x-mcount.S index 0fa614cbf4..78b55218a9 100644 --- a/sysdeps/s390/s390-64/s390x-mcount.S +++ b/sysdeps/s390/s390-64/s390x-mcount.S @@ -64,7 +64,7 @@ C_LABEL(_mcount) /* Pop the saved registers. Please note that `mcount' has no return value. */ lmg %r14,%r5,160(%r15) - ahi %r15,224 + aghi %r15,224 br %r14 ASM_SIZE_DIRECTIVE(C_SYMBOL_NAME(_mcount)) -- cgit v1.2.3