This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Patch to make #if 0 code in i386.c type correct


I enabled some #if 0 code in looking at a bug, and I noticed it wasn't
type correct on a x86_64 system.  I added the usual casts to long and
changing the %d's to %ld.  I committed the patch under the obvious rule
in case anybody else wanted to enable the code.

--
Michael Meissner
AMD, MS 83-29
90 Central Street
Boxborough, MA 01719

Attachment: compute-frame.patch01
Description: compute-frame.patch01


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]