Skip to content

Commit

Permalink
If true it returns NULL
Browse files Browse the repository at this point in the history
  • Loading branch information
Rot127 committed Mar 16, 2024
1 parent c7771cf commit da2f679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handwritten/analysis_hexagon_c/functions.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ RZ_API int hexagon_v6_op(RzAnalysis *analysis, RzAnalysisOp *op, ut64 addr, cons
}

static RzAnalysisILConfig *rz_hexagon_il_config(RzAnalysis *a) {
HexState *state = hexagon_state(true);
HexState *state = hexagon_state(false);
state->just_init = true;
return rz_analysis_il_config_new(32, a->big_endian, 32);
}

0 comments on commit da2f679

Please sign in to comment.