Skip to content

Commit

Permalink
Update binexport.go
Browse files Browse the repository at this point in the history
  • Loading branch information
blacktop committed Jan 13, 2025
1 parent 3f805ea commit edbe4fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/binexport/binexport.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ func (b *BinExport) Dump() {
case BinExport2_Expression_IMMEDIATE_INT:
out += fmt.Sprintf("%d", int64(exp.GetImmediate()))
case BinExport2_Expression_IMMEDIATE_FLOAT:
out += fmt.Sprintf("%f", exp.GetImmediate())
out += exp.GetSymbol()
case BinExport2_Expression_OPERATOR:
out += exp.GetSymbol()
case BinExport2_Expression_REGISTER:
Expand Down

0 comments on commit edbe4fe

Please sign in to comment.