forked from Imagelibrary/binutils-gdb
Define SIGNED64 and UNSIGNED64 macros - handle MSC/GCC LL issue.
This commit is contained in:
@@ -408,7 +408,7 @@ sim_core_map_detach (SIM_DESC sd,
|
||||
entry = &(*entry)->next)
|
||||
{
|
||||
if ((*entry)->base == addr
|
||||
&& (*entry)->level == attach
|
||||
&& (*entry)->level == (int) attach
|
||||
&& (*entry)->space == space)
|
||||
{
|
||||
sim_core_mapping *dead = (*entry);
|
||||
|
||||
Reference in New Issue
Block a user