Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin' into remove_static_rzasm
Browse files Browse the repository at this point in the history
  • Loading branch information
HN026 committed Jan 15, 2024
2 parents bfaffbe + 09692c0 commit 4a55ad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion librz/analysis/p/analysis_arm_cs.c
Original file line number Diff line number Diff line change
Expand Up @@ -677,7 +677,7 @@ static int cond_cs2rz_64(int cc) {

#if CS_NEXT_VERSION >= 6
static bool is_system_hint(const cs_insn *insn) {
rz_return_val_if_fail(insn && insn->is_alias && insn->id == AArch64_INS_HINT, false);
rz_return_val_if_fail(insn && insn->id == AArch64_INS_HINT, false);
switch (insn->alias_id) {
default:
return false;
Expand Down

0 comments on commit 4a55ad7

Please sign in to comment.