rajanmaghera / riscv-analysis

WIP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unreachable code due to address storing

rajanmaghera opened this issue · comments

If we store the address of a label somewhere and intend to jump to it, we do not know for sure whether we can jump to it. We will alleviate this by seeing if the address of a text label is loaded, then marking that as a phantom "entry" point.