diff options
author | Björn Gustavsson <[email protected]> | 2014-02-19 14:16:06 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2014-02-19 15:23:13 +0100 |
commit | 04f4d9656724f465352df9582773393a165c8803 (patch) | |
tree | e943079c70f5d8b02afeb04f717c38fd17db8948 /erts/emulator/beam/erl_alloc.c | |
parent | 9fbb7a9a72a9b9f2bc12aebdbc89cac4bcd21873 (diff) | |
download | otp-04f4d9656724f465352df9582773393a165c8803.tar.gz otp-04f4d9656724f465352df9582773393a165c8803.tar.bz2 otp-04f4d9656724f465352df9582773393a165c8803.zip |
beam/utils.c: Change back cmp() to only take two arguments
Commit d5c238473b9cec819d93faaef4ccc00ddb60465f added a third
argument to the cmp() function, but did not change the code generation
of native code that called cmp().
Name the new functions with an "erts_" prefix, and reinstate the
old cmp() function with two arguments.
We don't have to keep a cmp() function in the halfword emulator,
since HiPE does not support the halfword emulator.
Diffstat (limited to 'erts/emulator/beam/erl_alloc.c')
0 files changed, 0 insertions, 0 deletions