Skip to content

Commit

Permalink
format according to clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
DMaroo committed Nov 25, 2022
1 parent 00867c5 commit 1c4619f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions librz/analysis/arch/x86/x86_il.c
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,6 @@ static RzILOpPure *x86_il_get_gpr32(X86Reg reg, int bits) {
if (bits == 32) {
return VARG(x86_registers[reg]);
}
// RZ_LOG_WARN("hhah\n")
return UNSIGNED(32, VARG(x86_registers[reg]));
}
static RzILOpPure *x86_il_get_gpr64(X86Reg reg, int bits) {
Expand Down Expand Up @@ -682,7 +681,7 @@ static RzILOpEffect *x86_il_set_reg_bits(X86Reg reg, RzILOpPure *val, int bits)
struct extreg_lookup_helper_t entry = extreg_lookup_table[ind];
return entry.set_handler(entry.base_reg, val, bits);
}

return SETG(x86_registers[reg], val);
}

Expand Down

0 comments on commit 1c4619f

Please sign in to comment.