diff options
author | Björn Gustavsson <[email protected]> | 2017-09-23 05:32:37 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2017-10-01 07:08:19 +0200 |
commit | b597ba86170ee142790e97ae298cf8b7c2797ce2 (patch) | |
tree | 1a15facbe3420c978c5575c827f61912ffc537c4 | |
parent | 9de3ee84b934ea373a4ce7d9dbb5b59a15cc2094 (diff) | |
download | otp-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.
-rw-r--r-- | erts/emulator/beam/ops.tab | 4 |
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 |