Skip to content

Commit

Permalink
target/xtensa: remove leftover debug printf in TIE code
Browse files Browse the repository at this point in the history
  • Loading branch information
igrr committed Nov 14, 2024
1 parent 199e284 commit a4dfc08
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion target/xtensa/translate_tie_esp32s3.c
Original file line number Diff line number Diff line change
Expand Up @@ -3921,7 +3921,6 @@ static void translate_srs_accx_s3(DisasContext *dc, const OpcodeArg arg[], const

static void translate_ld_qacc_x_h_32_ip_s3(DisasContext *dc, const OpcodeArg arg[], const uint32_t par[])
{
printf("translate_ld_qacc_x_h_32_ip_s3 enter\n");
TCGv_i32 op_type = tcg_constant_i32((uint32_t)par[0]);
TCGv_i32 addr = tcg_temp_new_i32();
// We have to align to 32 bit memory
Expand Down

0 comments on commit a4dfc08

Please sign in to comment.