Skip to content

Commit

Permalink
AVR: drop unused error_report() function override.
Browse files Browse the repository at this point in the history
Signed-off-by: Glenn Baker <[email protected]>
  • Loading branch information
glennsec committed Oct 2, 2024
1 parent db02d4d commit 7c958ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions qemu/target/avr/unicorn_helper.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,11 @@
INIT_CPU_ENV_FROM_TCG_CONTEXT(tcg_ctx)

/* "qapi/error.h */
#if 0
#include <error.h>
#define error_report(...) \
(error)(EXIT_FAILURE, 0, __VA_ARGS__)
#endif

/* "exec/address-spaces.h" */
#define address_space_memory \
Expand Down

0 comments on commit 7c958ea

Please sign in to comment.