diff options
Diffstat (limited to 'sysdeps/ia64/_mcount.S')
-rw-r--r-- | sysdeps/ia64/_mcount.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/ia64/_mcount.S b/sysdeps/ia64/_mcount.S index 5d0a26ad87..9f27561311 100644 --- a/sysdeps/ia64/_mcount.S +++ b/sysdeps/ia64/_mcount.S @@ -60,7 +60,7 @@ LEAF(_mcount) mov loc3 = r15 // gcc uses r15 to pass the static link to nested functions mov out0 = in2 mov out1 = rp - br.call.sptk.few rp = __mcount_internal + br.call.sptk.few rp = __mcount ;; .here: { |