From 5a4d8c40706c26133a01ee0c13452b8523e1f84c Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Tue, 23 Jan 1996 20:53:31 +0000 Subject: [PATCH] tipo --- bfd/coffcode.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bfd/coffcode.h b/bfd/coffcode.h index 152846fa892..44aea2afcf2 100644 --- a/bfd/coffcode.h +++ b/bfd/coffcode.h @@ -2714,7 +2714,7 @@ coff_set_section_contents (abfd, section, location, offset, count) { BFD_ASSERT (bfd_get_32 (abfd, rec + 4) == 2); ++section->lma; - rec += bfd_get_32 (abfd, rec) / 4; + rec += bfd_get_32 (abfd, rec) * 4; } BFD_ASSERT (rec == recend); -- 2.30.2