]> git.gag.com Git - fw/openocd/commit
mips32: pracc: Fix UPPER/LOWER macros
authorMarek Vasut <marek.vasut@gmail.com>
Fri, 1 Mar 2019 12:56:44 +0000 (13:56 +0100)
committerFreddie Chopin <freddie.chopin@gmail.com>
Sat, 23 Mar 2019 17:43:17 +0000 (17:43 +0000)
commit2b66816a4d88f1c15468b3d307b59f1242a6a4be
tree6b63bc208eae084fd8141c669c3b1d56142d2130
parent8f518d3592dd80bfc7637d16498f2994038ab77c
mips32: pracc: Fix UPPER/LOWER macros

These macros are missing parenthesis around the argument, which can
lead to side effects, add them. Replace the argument name to avoid
conflict with uint32_t data type, since the macro can be applied to
other data types as well.

Change-Id: I32d2ffec6c062795d7c8bb23d1dfa3378bfc3a58
Signed-off-by: Marek Vasut <marek.vasut@gmail.com>
Reviewed-on: http://openocd.zylin.com/4994
Tested-by: jenkins
Reviewed-by: Freddie Chopin <freddie.chopin@gmail.com>
src/target/mips32_pracc.h