Skip to content

Commit

Permalink
fix: add ShiftValue to goInstruction
Browse files Browse the repository at this point in the history
  • Loading branch information
blacktop committed Aug 8, 2021
1 parent 63d1f87 commit 27a74a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions disassemble/disassemble.go
Original file line number Diff line number Diff line change
Expand Up @@ -617,6 +617,7 @@ func goInstruction(instr *C.Instruction) *Instruction {
Immediate: uint64(op.immediate),
ShiftType: shiftType(op.shiftType),
ShiftValueUsed: bool(op.shiftValueUsed),
ShiftValue: uint32(op.shiftValue),
Extend: shiftType(op.extend),
SignedImm: bool(op.signedImm),
PredQual: byte(op.pred_qual),
Expand Down

0 comments on commit 27a74a5

Please sign in to comment.