]> git.proxmox.com Git - qemu.git/commit
target-lm32: use HELPER() macro
authorMichael Walle <michael@walle.cc>
Sun, 3 Mar 2013 22:17:48 +0000 (23:17 +0100)
committerMichael Walle <michael@walle.cc>
Mon, 18 Mar 2013 18:40:34 +0000 (19:40 +0100)
commit6635075596e0ae583de9c04ff605e16ceaa7d294
tree130806e46f605c59aeed468c1fa2006a9ad26aec
parenta5b0f6d5c0f6678c078354c432a1f0943374f087
target-lm32: use HELPER() macro

Instead of hardcoding the function name, use the HELPER() macro for this.

Signed-off-by: Michael Walle <michael@walle.cc>
target-lm32/op_helper.c