Jumps with annotations cannot be functional.

This commit is contained in:
chriseth 2018-11-13 10:57:15 +01:00
parent 2bf5e6fa9c
commit 82055cbb61

View File

@ -117,6 +117,8 @@ int AssemblyItem::returnValues() const
bool AssemblyItem::canBeFunctional() const
{
if (m_jumpType != JumpType::Ordinary)
return false;
switch (m_type)
{
case Operation: