]> Git Repo - qemu.git/commit
mips: Improve macro parenthesization
authorEric Blake <[email protected]>
Tue, 19 Sep 2017 14:13:07 +0000 (09:13 -0500)
committerYongbok Kim <[email protected]>
Thu, 21 Sep 2017 12:25:41 +0000 (13:25 +0100)
commit2a2be359c4335607c7f746cf27c412c08ab89aff
treefc91b907a3befd431541637c407b77142a829354
parentc4c8146cfd0fc3f95418fbc82a2eded594675022
mips: Improve macro parenthesization

Although none of the existing macro call-sites were broken,
it's always better to write macros that properly parenthesize
arguments that can be complex expressions, so that the intended
order of operations is not broken.

Signed-off-by: Eric Blake <[email protected]>
Reviewed-by: Yongbok Kim <[email protected]>
Signed-off-by: Yongbok Kim <[email protected]>
target/mips/dsp_helper.c
This page took 0.026096 seconds and 4 git commands to generate.