mips32, mips32_pracc_finish() queued only
[fw/openocd] / src / target / dsp563xx_once.c
index 8d62b48a5714d0d82fd640ce718b141c14f57384..fe4927ba39f8c8b922517b89d827d54ed557a9ee 100644 (file)
@@ -13,9 +13,7 @@
  *   GNU General Public License for more details.                          *
  *                                                                         *
  *   You should have received a copy of the GNU General Public License     *
- *   along with this program; if not, write to the                         *
- *   Free Software Foundation, Inc.,                                       *
- *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
+ *   along with this program.  If not, see <http://www.gnu.org/licenses/>. *
  ***************************************************************************/
 
 #ifdef HAVE_CONFIG_H
@@ -209,6 +207,7 @@ int dsp563xx_once_reg_read_ex(struct jtag_tap *tap, int flush, uint8_t reg, uint
                return err;
        if (flush)
                err = jtag_execute_queue();
+
        return err;
 }
 
@@ -225,6 +224,7 @@ int dsp563xx_once_reg_read(struct jtag_tap *tap, int flush, uint8_t reg, uint32_
                return err;
        if (flush)
                err = jtag_execute_queue();
+
        return err;
 }