]> Git Repo - binutils.git/commit - sim/common/ChangeLog
Tue Sep 17 11:04:50 1996 James G. Smith <[email protected]>
authorJackie Smith Cashion <[email protected]>
Tue, 17 Sep 1996 10:10:35 +0000 (10:10 +0000)
committerJackie Smith Cashion <[email protected]>
Tue, 17 Sep 1996 10:10:35 +0000 (10:10 +0000)
commit3733d1095f6d398f467781d27f12a25895e10908
treeb60ac26f586733bf8a509770f9af96f7163f70e4
parent1db0c2f75cbd377b93546a300fe01150127dd9eb
Tue Sep 17 11:04:50 1996  James G. Smith  <[email protected]>

* run.c (main): Explicitly cast malloc() parameter.

This is needed because for certain builds the size field being given
to malloc() is actually 64bits long, and without a cast or malloc
prototype the resulting value used by malloc() depended on the host
endianness, and how long long paramaters are passed into functions.
sim/common/ChangeLog
sim/common/run.c
This page took 0.023737 seconds and 4 git commands to generate.