Skip to content

Commit 7c958ea

Browse files
committed
AVR: drop unused error_report() function override.
Signed-off-by: Glenn Baker <[email protected]>
1 parent db02d4d commit 7c958ea

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

qemu/target/avr/unicorn_helper.h

+2
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,11 @@
2020
INIT_CPU_ENV_FROM_TCG_CONTEXT(tcg_ctx)
2121

2222
/* "qapi/error.h */
23+
#if 0
2324
#include <error.h>
2425
#define error_report(...) \
2526
(error)(EXIT_FAILURE, 0, __VA_ARGS__)
27+
#endif
2628

2729
/* "exec/address-spaces.h" */
2830
#define address_space_memory \

0 commit comments

Comments
 (0)