Jumps with annotations cannot be functional.

This commit is contained in:
chriseth
2018-11-21 19:28:41 +01:00
parent 2bf5e6fa9c
commit 82055cbb61
+2
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: