mirror of https://github.com/xemu-project/xemu.git
acpi: fix a comment about aml_call0()
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
This commit is contained in:
parent
4088b55364
commit
9a232487aa
|
@ -627,7 +627,7 @@ Aml *aml_notify(Aml *arg1, Aml *arg2)
|
|||
return var;
|
||||
}
|
||||
|
||||
/* helper to call method with 1 argument */
|
||||
/* helper to call method without argument */
|
||||
Aml *aml_call0(const char *method)
|
||||
{
|
||||
Aml *var = aml_alloc();
|
||||
|
|
Loading…
Reference in New Issue