mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 15:23:53 -06:00
hw/arm/omap_sx1: Remove ifdeffed out debug printf
Remove an ifdeffed out debug printf from the static_write() function in omap_sx1.c. In theory we could turn this into a tracepoint, but for code this old it doesn't seem worthwhile. We can add tracepoints if and when we have a reason to debug something. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-ID: <20250227170117.1726895-5-peter.maydell@linaro.org> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
This commit is contained in:
parent
92bf1c72e0
commit
a2e46dbe0a
1 changed files with 0 additions and 4 deletions
|
@ -76,10 +76,6 @@ static uint64_t static_read(void *opaque, hwaddr offset,
|
|||
static void static_write(void *opaque, hwaddr offset,
|
||||
uint64_t value, unsigned size)
|
||||
{
|
||||
#ifdef SPY
|
||||
printf("%s: value %" PRIx64 " %u bytes written at 0x%x\n",
|
||||
__func__, value, size, (int)offset);
|
||||
#endif
|
||||
}
|
||||
|
||||
static const MemoryRegionOps static_ops = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue