mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
plugins: fix kdoc annotation
The function is qemu_plugin_mem_get_value() Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Message-Id: <20250116160306.1709518-27-alex.bennee@linaro.org>
This commit is contained in:
@@ -583,7 +583,7 @@ QEMU_PLUGIN_API
|
||||
bool qemu_plugin_mem_is_store(qemu_plugin_meminfo_t info);
|
||||
|
||||
/**
|
||||
* qemu_plugin_mem_get_mem_value() - return last value loaded/stored
|
||||
* qemu_plugin_mem_get_value() - return last value loaded/stored
|
||||
* @info: opaque memory transaction handle
|
||||
*
|
||||
* Returns: memory value
|
||||
|
||||
Reference in New Issue
Block a user