Skip to content

Commit

Permalink
Fix v3 build due fall-thru
Browse files Browse the repository at this point in the history
  • Loading branch information
wargio committed Jul 13, 2023
1 parent 09fb968 commit 7cc55d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions librz/analysis/arch/x86/x86_il.c
Original file line number Diff line number Diff line change
Expand Up @@ -909,6 +909,7 @@ static RzILOpPure *x86_il_get_operand_bits(X86Op op, int analysis_bits, ut64 pc,
#if CS_API_MAJOR <= 3
case X86_OP_FP:
RZ_LOG_WARN("RzIL: x86: Floating point instructions not implemented yet\n");
return NULL;
#endif
default:
return NULL;
Expand Down

0 comments on commit 7cc55d7

Please sign in to comment.