aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/ops.tab
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2017-09-23 05:32:37 +0200
committerBjörn Gustavsson <[email protected]>2017-10-01 07:08:19 +0200
commitb597ba86170ee142790e97ae298cf8b7c2797ce2 (patch)
tree1a15facbe3420c978c5575c827f61912ffc537c4 /erts/emulator/beam/ops.tab
parent9de3ee84b934ea373a4ce7d9dbb5b59a15cc2094 (diff)
downloadotp-b597ba86170ee142790e97ae298cf8b7c2797ce2.tar.gz
otp-b597ba86170ee142790e97ae298cf8b7c2797ce2.tar.bz2
otp-b597ba86170ee142790e97ae298cf8b7c2797ce2.zip
Change operand from 'P' to 'Q' for i_apply_last and i_apply_fun_last
All other instructions that increment the stack pointer takes a 'Q' operand.
Diffstat (limited to 'erts/emulator/beam/ops.tab')
-rw-r--r--erts/emulator/beam/ops.tab4
1 files changed, 2 insertions, 2 deletions
diff --git a/erts/emulator/beam/ops.tab b/erts/emulator/beam/ops.tab
index 87ff92d354..75ff40606b 100644
--- a/erts/emulator/beam/ops.tab
+++ b/erts/emulator/beam/ops.tab
@@ -961,11 +961,11 @@ call_ext_last Ar Func D => i_call_ext_last Func D
call_ext_only Ar Func => i_call_ext_only Func
i_apply
-i_apply_last P
+i_apply_last Q
i_apply_only
i_apply_fun
-i_apply_fun_last P
+i_apply_fun_last Q
i_apply_fun_only
%cold