runtime_loader: use long type for region delta
This commit is contained in:
parent
65ed4fa908
commit
4cafc0acab
@ -165,7 +165,7 @@ topological_sort(image_t* image, uint32 slot, image_t** initList,
|
|||||||
/*! Finds the load address and address specifier of the given image region.
|
/*! Finds the load address and address specifier of the given image region.
|
||||||
*/
|
*/
|
||||||
static void
|
static void
|
||||||
get_image_region_load_address(image_t* image, uint32 index, int32 lastDelta,
|
get_image_region_load_address(image_t* image, uint32 index, long lastDelta,
|
||||||
bool fixed, addr_t& loadAddress, uint32& addressSpecifier)
|
bool fixed, addr_t& loadAddress, uint32& addressSpecifier)
|
||||||
{
|
{
|
||||||
if (image->dynamic_ptr != 0 && !fixed) {
|
if (image->dynamic_ptr != 0 && !fixed) {
|
||||||
|
Loading…
Reference in New Issue
Block a user