mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 17:53:56 -06:00
tcg/tci: Remove TODO as unused
Tested-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
ae40c098ac
commit
f6ff97ab56
1 changed files with 0 additions and 8 deletions
|
@ -33,14 +33,6 @@
|
||||||
#include "tcg/tcg-op.h"
|
#include "tcg/tcg-op.h"
|
||||||
#include "qemu/compiler.h"
|
#include "qemu/compiler.h"
|
||||||
|
|
||||||
/* Marker for missing code. */
|
|
||||||
#define TODO() \
|
|
||||||
do { \
|
|
||||||
fprintf(stderr, "TODO %s:%u: %s()\n", \
|
|
||||||
__FILE__, __LINE__, __func__); \
|
|
||||||
tcg_abort(); \
|
|
||||||
} while (0)
|
|
||||||
|
|
||||||
#if MAX_OPC_PARAM_IARGS != 6
|
#if MAX_OPC_PARAM_IARGS != 6
|
||||||
# error Fix needed, number of supported input arguments changed!
|
# error Fix needed, number of supported input arguments changed!
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue