fix int/UInt messup.
This commit is contained in:
parent
8a38c64441
commit
0b85333018
@ -185,7 +185,7 @@ Yap_add_memory_hole(ADDR start, ADDR end)
|
||||
}
|
||||
Yap_MemoryHoles[Yap_NOfMemoryHoles].start = start;
|
||||
Yap_MemoryHoles[Yap_NOfMemoryHoles].end = end;
|
||||
Yap_HoleSize += start-end;
|
||||
Yap_HoleSize += (UInt)(start-end);
|
||||
Yap_NOfMemoryHoles++;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user