OSDN Git Service

2003-07-09 Michael Snyder <msnyder@redhat.com>
authormsnyder <msnyder>
Wed, 23 Jul 2003 21:28:06 +0000 (21:28 +0000)
committermsnyder <msnyder>
Wed, 23 Jul 2003 21:28:06 +0000 (21:28 +0000)
commitce73fbd04260c343d90663fc577d79240a51cfcf
tree4c248b1d66c14e8ce3cf69dc57d1a7a6392dca73
parent55b5ebff5d409117c00a99b3cf4dffc12a51f317
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