Define SIGNED64 and UNSIGNED64 macros - handle MSC/GCC LL issue.

This commit is contained in:
Andrew Cagney
1997-09-05 00:30:38 +00:00
parent c142a1f507
commit 30efae3acd
7 changed files with 223 additions and 22 deletions

View File

@@ -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);