File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -500,6 +500,7 @@ impl From<diff::display::DiffText<'_>> for DiffText {
500500 obj:: InstructionArgValue :: Opaque ( v) => DiffText :: Opaque ( v. into_owned ( ) ) ,
501501 } ,
502502 diff:: display:: DiffText :: BranchDest ( v) => DiffText :: BranchDest ( v) ,
503+ diff:: display:: DiffText :: BranchArrow ( v) => DiffText :: BranchArrow ( v) ,
503504 diff:: display:: DiffText :: Symbol ( s) => DiffText :: Symbol ( DiffTextSymbol {
504505 name : s. name . clone ( ) ,
505506 demangled_name : s. demangled_name . clone ( ) ,
Original file line number Diff line number Diff line change @@ -203,6 +203,8 @@ interface display {
203203 opaque (string ),
204204 // Instruction argument (branch destination)
205205 branch-dest (u64 ),
206+ // Branch source/destination arrow
207+ branch-arrow (u32 ),
206208 // Relocation target name
207209 symbol (diff-text-symbol ),
208210 // Relocation addend
You can’t perform that action at this time.
0 commit comments