]> git.proxmox.com Git - mirror_qemu.git/commit
target/mips: fpu: Demacro RINT.<D|S>
authorAleksandar Markovic <aleksandar.qemu.devel@gmail.com>
Mon, 18 May 2020 20:09:12 +0000 (22:09 +0200)
committerAleksandar Markovic <aleksandar.qemu.devel@gmail.com>
Tue, 9 Jun 2020 15:32:45 +0000 (17:32 +0200)
commit728e424690c64787722bbfb3cc5d9a4088a58d8b
tree1ce1292a9b71181e93a9d3aa758e218f78a13172
parent6971a1b970cb9663cc067a61f0db3e95400f3e38
target/mips: fpu: Demacro RINT.<D|S>

This is just a cosmetic change to enable tools like gcov, gdb,
callgrind, etc. to better display involved source code.

Reviewed-by: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
Signed-off-by: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
Message-Id: <20200518200920.17344-14-aleksandar.qemu.devel@gmail.com>
target/mips/fpu_helper.c