mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-09-01 22:42:13 -06:00
slavio_misc: Fix slavio_led_mem_readw/_writew tracepoints
Broken since they got added in commit 97bf485
.
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
This commit is contained in:
parent
f0c03c8cf6
commit
f3a64b8c89
1 changed files with 1 additions and 1 deletions
|
@ -368,7 +368,7 @@ static void slavio_led_mem_writew(void *opaque, hwaddr addr,
|
||||||
{
|
{
|
||||||
MiscState *s = opaque;
|
MiscState *s = opaque;
|
||||||
|
|
||||||
trace_slavio_led_mem_readw(val & 0xffff);
|
trace_slavio_led_mem_writew(val & 0xffff);
|
||||||
switch (addr) {
|
switch (addr) {
|
||||||
case 0:
|
case 0:
|
||||||
s->leds = val;
|
s->leds = val;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue