Skip to content

Commit

Permalink
done
Browse files Browse the repository at this point in the history
Signed-off-by: Takeshi Yoneda <[email protected]>
  • Loading branch information
mathetake committed Jan 4, 2024
1 parent e12bbf9 commit 15af489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/engine/wazevo/backend/isa/arm64/instr.go
Original file line number Diff line number Diff line change
Expand Up @@ -1408,7 +1408,7 @@ func (i *instruction) String() (str string) {
}
case condKindCondFlagSet:
if offset := i.condBrOffset(); offset != 0 {
if target == labelReturn {
if target == labelInvalid {
str = fmt.Sprintf("b.%s #%#x", c.flag(), offset)
} else {
str = fmt.Sprintf("b.%s #%#x, (%s)", c.flag(), offset, target.String())
Expand Down

0 comments on commit 15af489

Please sign in to comment.