aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/intertyper.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/intertyper.js b/src/intertyper.js
index 45e36b15..61a244f3 100644
--- a/src/intertyper.js
+++ b/src/intertyper.js
@@ -314,6 +314,8 @@ function intertyper(data, parseFunctions, baseLineNum) {
return 'Call';
if (token0Text == 'target')
return '/dev/null';
+ if (token0Text == ';')
+ return '/dev/null';
if (tokensLength >= 3 && token0Text == 'invoke')
return 'Invoke';
} else {