aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2018-12-17 11:42:10 +0100
committerGitHub <[email protected]>2018-12-17 11:42:10 +0100
commit017c5635b92aa7071e2e67c1d80fef3ed8705c78 (patch)
tree6934cbe6022a64767a5486441fd5033846a57653 /erts/emulator
parent0211d244886bf09c2262c55bdf8a9b7c29280e89 (diff)
parenta47e013421d3c12198f019cbd66a88a6d356802d (diff)
downloadotp-017c5635b92aa7071e2e67c1d80fef3ed8705c78.tar.gz
otp-017c5635b92aa7071e2e67c1d80fef3ed8705c78.tar.bz2
otp-017c5635b92aa7071e2e67c1d80fef3ed8705c78.zip
Merge pull request #2057 from michalmuskala/mm/missing-anno
Add missing annotations in instrs.tab
Diffstat (limited to 'erts/emulator')
-rw-r--r--erts/emulator/beam/instrs.tab3
1 files changed, 3 insertions, 0 deletions
diff --git a/erts/emulator/beam/instrs.tab b/erts/emulator/beam/instrs.tab
index da1dd3dc45..df60e889f3 100644
--- a/erts/emulator/beam/instrs.tab
+++ b/erts/emulator/beam/instrs.tab
@@ -238,6 +238,7 @@ HANDLE_APPLY_FUN_ERROR() {
}
DISPATCH_FUN(I) {
+ //| -no_next
SET_I($I);
Dispatchfun();
}
@@ -299,6 +300,7 @@ i_call_fun_last(Fun, Deallocate) {
}
return() {
+ //| -no_next
SET_I(c_p->cp);
DTRACE_RETURN_FROM_PC(c_p);
@@ -951,6 +953,7 @@ build_stacktrace() {
}
raw_raise() {
+ //| -no_prefetch
Eterm class = x(0);
Eterm value = x(1);
Eterm stacktrace = x(2);