diff options
| author | Andrew Cagney <cagney@redhat.com> | 1997-09-05 00:30:38 +0000 |
|---|---|---|
| committer | Andrew Cagney <cagney@redhat.com> | 1997-09-05 00:30:38 +0000 |
| commit | 30efae3acdacbd3239bd7385a5b535abf5ed23e9 (patch) | |
| tree | 4e7757304f2588b575f205ab3600c3fd05307af2 /sim/common/sim-core.c | |
| parent | c142a1f507edd58eaa3aa708baaf7ca49a5cf031 (diff) | |
| download | ppe42-binutils-30efae3acdacbd3239bd7385a5b535abf5ed23e9.tar.gz ppe42-binutils-30efae3acdacbd3239bd7385a5b535abf5ed23e9.zip | |
Define SIGNED64 and UNSIGNED64 macros - handle MSC/GCC LL issue.
Diffstat (limited to 'sim/common/sim-core.c')
| -rw-r--r-- | sim/common/sim-core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/common/sim-core.c b/sim/common/sim-core.c index 34fd05f615..63aeeec805 100644 --- a/sim/common/sim-core.c +++ b/sim/common/sim-core.c @@ -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); |

