diff options
Diffstat (limited to 'scripts/recordmcount.c')
-rw-r--r-- | scripts/recordmcount.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/recordmcount.c b/scripts/recordmcount.c index 001facfa5b74..3d1984e59a30 100644 --- a/scripts/recordmcount.c +++ b/scripts/recordmcount.c | |||
@@ -404,7 +404,7 @@ do_file(char const *const fname) | |||
404 | } | 404 | } |
405 | if (w2(ghdr->e_machine) == EM_S390) { | 405 | if (w2(ghdr->e_machine) == EM_S390) { |
406 | reltype = R_390_64; | 406 | reltype = R_390_64; |
407 | mcount_adjust_64 = -8; | 407 | mcount_adjust_64 = -14; |
408 | } | 408 | } |
409 | if (w2(ghdr->e_machine) == EM_MIPS) { | 409 | if (w2(ghdr->e_machine) == EM_MIPS) { |
410 | reltype = R_MIPS_64; | 410 | reltype = R_MIPS_64; |