bug #767: CtgGlobal typo in CpvInitialize calls88/788/2
commit8c1d3a1e34b077ff0967cc034bbe781f9e79a88a
authorEric Bohm <ebohm@illinois.edu>
Mon, 17 Aug 2015 18:29:21 +0000 (17 13:29 -0500)
committerNikhil Jain <nikhil.jain@acm.org>
Mon, 17 Aug 2015 18:52:21 +0000 (17 13:52 -0500)
tree374c7fd4498b66ae596acb6a349a90a087319701
parentc44262e6878a4453dd7a95f3cb85eca896fb9944
bug #767: CtgGlobal typo in CpvInitialize calls

The typo does not currently matter because CpvInitialize does nothing
in non-SMP mode, and we do not support swapglobals in SMP mode.
Resolved two type warnings, by using unsigned int for loop variables,
so that these two files compile cleanly with -Wall

Change-Id: I63334b0b8a88f8d2883d61ee31031919ace16192
src/conv-core/global-elfcopy.C
src/conv-core/global-elfgot.C