aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Assembly.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Assembly.cpp b/Assembly.cpp
index 25895e1b..d4f6c0a7 100644
--- a/Assembly.cpp
+++ b/Assembly.cpp
@@ -413,8 +413,8 @@ bytes Assembly::assemble() const
break;
}
case Tag:
- ret.push_back((byte)Instruction::JUMPDEST);
tagPos[(unsigned)i.m_data] = ret.size();
+ ret.push_back((byte)Instruction::JUMPDEST);
break;
default:;
}