Files
revng-revng/tests/analysis/arm/indirect-tail-call.stack-analysis.json
Alessandro Di Federico 2e995fdaa7 Pretty print JSONs
2020-10-22 11:25:31 +02:00

26 lines
469 B
JSON

[
{
"basic_blocks" : [
{
"name" : "bb._start",
"type" : "HandledCall"
},
{
"name" : "bb._start.0x8",
"type" : "Return"
}
],
"entry_point" : "bb._start"
},
{
"basic_blocks" : [
{
"name" : "bb.tailcall",
"type" : "IndirectTailCall"
}
],
"entry_point" : "bb.tailcall",
"type" : "Regular"
}
]