diff options
author | Patrik Nyblom <[email protected]> | 2010-02-04 12:15:29 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2010-03-10 14:25:00 +0100 |
commit | 0cbb78132f50be8ba38051963314b9722c1aba05 (patch) | |
tree | 31d9eab7b879280e87ad800f3303092f80bea5a0 /erts/emulator/beam/big.h | |
parent | fb94cd974dc03baf149264ca4f4d50c6d1f80f21 (diff) | |
download | otp-0cbb78132f50be8ba38051963314b9722c1aba05.tar.gz otp-0cbb78132f50be8ba38051963314b9722c1aba05.tar.bz2 otp-0cbb78132f50be8ba38051963314b9722c1aba05.zip |
Fix the BEAM dissambler for the half-word emulator
Diffstat (limited to 'erts/emulator/beam/big.h')
-rw-r--r-- | erts/emulator/beam/big.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/erts/emulator/beam/big.h b/erts/emulator/beam/big.h index d74da7cef7..39689189e5 100644 --- a/erts/emulator/beam/big.h +++ b/erts/emulator/beam/big.h @@ -150,6 +150,7 @@ Eterm bytes_to_big(byte*, dsize_t, int, Eterm*); byte* big_to_bytes(Eterm, byte*); int term_to_Uint(Eterm, Uint*); +int term_to_UWord(Eterm, UWord*); int term_to_Sint(Eterm, Sint*); Uint32 big_to_uint32(Eterm b); |