compiler.graphviz: fix load error
parent
7450dcf9ff
commit
73ff8ffed1
|
@ -58,7 +58,7 @@ IN: compiler.graphviz
|
|||
|
||||
: cfg-vertex, ( bb -- )
|
||||
[ number>> number>string ]
|
||||
[ kill-block? { "color=grey" "style=filled" } { } ? ]
|
||||
[ kill-block?>> { "color=grey" "style=filled" } { } ? ]
|
||||
bi node-style, ;
|
||||
|
||||
: cfgs ( cfgs -- )
|
||||
|
|
Loading…
Reference in New Issue