diff options
author | Björn-Egil Dahlberg <[email protected]> | 2012-04-20 16:03:33 +0200 |
---|---|---|
committer | Björn-Egil Dahlberg <[email protected]> | 2012-04-20 16:03:33 +0200 |
commit | d07ba4525f123423d156782f495419b6f027f06d (patch) | |
tree | 0854c30baae506386d1497ec9abd6a686e7c44c9 /erts | |
parent | a76628f8f0de895e318c11585a53983e476d692c (diff) | |
download | otp-d07ba4525f123423d156782f495419b6f027f06d.tar.gz otp-d07ba4525f123423d156782f495419b6f027f06d.tar.bz2 otp-d07ba4525f123423d156782f495419b6f027f06d.zip |
erts: The lck->extra field needs 'TAGGED' data
Diffstat (limited to 'erts')
-rw-r--r-- | erts/emulator/beam/io.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/emulator/beam/io.c b/erts/emulator/beam/io.c index a685f41c4d..eb8db73bae 100644 --- a/erts/emulator/beam/io.c +++ b/erts/emulator/beam/io.c @@ -1364,7 +1364,7 @@ void init_io(void) #else "port_state", #endif - 0); + make_small(0)); #endif erts_port[i].tracer_proc = NIL; erts_port[i].trace_flags = 0; |