@@ -47,6 +47,9 @@ func (i Instruction) TargetLabel() *Label {
if!i.IsBranch{
returnnil
}
iflen(i.Operands)==0{
returnnil
}
ifref,ok:=i.Operands[0].(operand.LabelRef);ok{
lbl:=Label(ref)
return&lbl
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.