diff options
author | Richard Henderson <richard.henderson@linaro.org> | 2021-01-27 22:01:17 -1000 |
---|---|---|
committer | Richard Henderson <richard.henderson@linaro.org> | 2021-02-05 10:24:14 -1000 |
commit | f6ff97ab565d4aa779ae3e07e8c5f13e7495a005 (patch) | |
tree | 8d61d58ce86eba3782a3cb7d3fb9ff793e18129a /tcg | |
parent | ae40c098ac637b51ccf350d70765e76129b838a5 (diff) |
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>
Diffstat (limited to 'tcg')
-rw-r--r-- | tcg/tci.c | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -33,14 +33,6 @@ #include "tcg/tcg-op.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 # error Fix needed, number of supported input arguments changed! #endif |