This is an automated email from Gerrit.

Andreas Fritiofson ([email protected]) just uploaded a new patch set 
to Gerrit, which you can find at http://openocd.zylin.com/4178

-- gerrit

commit 4424d017e58ec7377e8e2746038e49dab8dffe19
Author: Andreas Fritiofson <[email protected]>
Date:   Thu Jul 6 09:51:40 2017 +0200

    mips32: inline functions in headers must be static
    
    Change-Id: If1d0fc6766cadc2db33408ae5c0968de6b7a1b94
    Signed-off-by: Andreas Fritiofson <[email protected]>

diff --git a/src/target/mips32_pracc.h b/src/target/mips32_pracc.h
index b8b93c6..888c847 100644
--- a/src/target/mips32_pracc.h
+++ b/src/target/mips32_pracc.h
@@ -114,7 +114,7 @@ int mips32_cp0_read(struct mips_ejtag *ejtag_info,
 int mips32_cp0_write(struct mips_ejtag *ejtag_info,
                uint32_t val, uint32_t cp0_reg, uint32_t cp0_sel);
 
-inline void pracc_swap16_array(struct mips_ejtag *ejtag_info, uint32_t *buf, 
int count)
+static inline void pracc_swap16_array(struct mips_ejtag *ejtag_info, uint32_t 
*buf, int count)
 {
        if (ejtag_info->isa && ejtag_info->endianness)
                for (int i = 0; i != count; i++)

-- 

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
OpenOCD-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to