2004-06-10 Michael Snyder <msnyder@redhat.com>
Patch submitted by Nitin Yewale <NitinY@KPITCummins.com>. * compile.c (sim_resume): Corrected ANDC operation on EXR for H8S.
This commit is contained in:
parent
0b67b46832
commit
d6fd015d6e
2 changed files with 5 additions and 1 deletions
|
@ -2566,7 +2566,7 @@ sim_resume (SIM_DESC sd, int step, int siggnal)
|
|||
{
|
||||
if (h8300smode)
|
||||
h8_set_exr (sd, (trace << 7) | intMask);
|
||||
res = h8_get_exr (sd);
|
||||
rd = h8_get_exr (sd);
|
||||
}
|
||||
else
|
||||
goto illegal;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue