mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-28 10:00:51 +00:00
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