Skip to content

Commit 72c1efd

Browse files
authored
Changed description of branch instruction (#3094)
1 parent 6528fa2 commit 72c1efd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/features/cseMachine/CseMachineUtils.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -756,7 +756,7 @@ export function getControlItemComponent(
756756
case InstrType.BRANCH:
757757
return new ControlItemComponent(
758758
'branch',
759-
'Pop boolean value from stash and execute corresponding branch',
759+
'Branch to the consequent or alternative',
760760
stackHeight,
761761
highlightOnHover,
762762
unhighlightOnHover,

0 commit comments

Comments
 (0)