diff options
| author | Paolo Bonzini | 2011-09-13 17:47:52 +0200 |
|---|---|---|
| committer | Stefan Hajnoczi | 2011-09-21 11:49:02 +0200 |
| commit | 903ec8eae6cca0986d8288016aca6c26626e7d85 (patch) | |
| tree | f469f7781f61892e4648a648db73d8aac773abd9 /trace-events | |
| parent | configure: Make missing pkg-config an error rather than a warning (diff) | |
| download | qemu-903ec8eae6cca0986d8288016aca6c26626e7d85.tar.gz qemu-903ec8eae6cca0986d8288016aca6c26626e7d85.tar.xz qemu-903ec8eae6cca0986d8288016aca6c26626e7d85.zip | |
fix compilation with stderr trace backend
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Diffstat (limited to 'trace-events')
| -rw-r--r-- | trace-events | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/trace-events b/trace-events index 829dc927cf..a31d9aa2ae 100644 --- a/trace-events +++ b/trace-events @@ -455,7 +455,7 @@ milkymist_vgafb_memory_write(uint32_t addr, uint32_t value) "addr %08x value %08 mipsnet_send(uint32_t size) "sending len=%u" mipsnet_receive(uint32_t size) "receiving len=%u" mipsnet_read(uint64_t addr, uint32_t val) "read addr=0x%" PRIx64 " val=0x%x" -mipsnet_write(uint64_t addr, uint64_t val) "write addr=0x%" PRIx64 " val=0x%" PRIx64 +mipsnet_write(uint64_t addr, uint64_t val) "write addr=0x%" PRIx64 " val=0x%" PRIx64 "" mipsnet_irq(uint32_t isr, uint32_t intctl) "set irq to %d (%02x)" # xen-all.c |
