OSDN Git Service

2003-07-09 Michael Snyder <msnyder@redhat.com>
authorMichael Snyder <msnyder@specifix.com>
Wed, 23 Jul 2003 21:28:06 +0000 (21:28 +0000)
committerMichael Snyder <msnyder@specifix.com>
Wed, 23 Jul 2003 21:28:06 +0000 (21:28 +0000)
commit92d11df266eea5220a975cdefddb085382f39a13
tree504aa6c8b36713dd89204d1d05a2771f1ff6fb19
parent494dc65078b819e9d9f1aacf33897a00e9f72ab6
2003-07-09  Michael Snyder  <msnyder@redhat.com>

        * gencode.c (ppi_gensim): For a conditional ppi insn, if the
        condition is false, we want to return (not break).  A break
        will take us to the end of the function where registers will
be updated, whereas the desired outcome is for nothing to change.
sim/sh/ChangeLog
sim/sh/gencode.c