Currently, for indirect call, the assembly code printed out as
callx <imm>
This is not right, it should be
callx <reg>
Fixed the issue with proper format.
Differential D69229
[BPF] fix indirect call assembly code yonghong-song on Oct 20 2019, 4:34 PM. Authored by
Details Currently, for indirect call, the assembly code printed out as callx <imm> This is not right, it should be callx <reg> Fixed the issue with proper format.
Diff Detail
|