diff options
author | Richard Henderson <richard.henderson@linaro.org> | 2020-08-17 21:01:30 -0700 |
---|---|---|
committer | Richard Henderson <richard.henderson@linaro.org> | 2020-09-01 07:41:38 -0700 |
commit | e3f8d192e089b6985b761d63ee2438aadb377a18 (patch) | |
tree | 47c8c748673b12455a131e8529c95802ee6c9a6b /target/microblaze/op_helper.c | |
parent | ba0f357cae2d9f042f04da3b7d0e08fbbb5b0005 (diff) | |
download | qemu-e3f8d192e089b6985b761d63ee2438aadb377a18.zip qemu-e3f8d192e089b6985b761d63ee2438aadb377a18.tar.gz qemu-e3f8d192e089b6985b761d63ee2438aadb377a18.tar.bz2 |
target/microblaze: Remove empty D macros
This is never used in op_helper.c and translate.c. There are
two trivial uses in helper.c which can be improved by always
logging MMU_EXCP to CPU_LOG_INT.
Tested-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
Reviewed-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'target/microblaze/op_helper.c')
-rw-r--r-- | target/microblaze/op_helper.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target/microblaze/op_helper.c b/target/microblaze/op_helper.c index d79202c..decdca0 100644 --- a/target/microblaze/op_helper.c +++ b/target/microblaze/op_helper.c @@ -26,8 +26,6 @@ #include "exec/cpu_ldst.h" #include "fpu/softfloat.h" -#define D(x) - void helper_put(uint32_t id, uint32_t ctrl, uint32_t data) { int test = ctrl & STREAM_TEST; |