]> git.proxmox.com Git - mirror_qemu.git/commit
loader: Fix incorrect parameter name in load_image_mr() macro
authorJens Wiklander <jens.wiklander@linaro.org>
Wed, 16 Mar 2016 17:05:58 +0000 (17:05 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Wed, 16 Mar 2016 17:05:58 +0000 (17:05 +0000)
commitf09f9bd9fa7ccfc1f2b1e88dd35141b1b118ecb7
tree25ef0c92d5bc3dd8165923e7703f99fbb95f17ed
parent0ebc03bc065329eaefb6493f5fa7df08df528f2a
loader: Fix incorrect parameter name in load_image_mr() macro

Fix a typo in the load_image_mr() macro: 'mr' was written when
the parameter name is '_mr'. (This had no visible effects since
the single use of the macro used 'mr' as the argument.)

Fixes 76151cacfe956248a25b38b5e8429465584f47bb "loader: Add
load_image_mr() to load ROM image to a MemoryRegion"

Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
include/hw/loader.h