aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjörn-Egil Dahlberg <[email protected]>2012-04-20 16:03:33 +0200
committerBjörn-Egil Dahlberg <[email protected]>2012-04-20 16:03:33 +0200
commitd07ba4525f123423d156782f495419b6f027f06d (patch)
tree0854c30baae506386d1497ec9abd6a686e7c44c9
parenta76628f8f0de895e318c11585a53983e476d692c (diff)
downloadotp-d07ba4525f123423d156782f495419b6f027f06d.tar.gz
otp-d07ba4525f123423d156782f495419b6f027f06d.tar.bz2
otp-d07ba4525f123423d156782f495419b6f027f06d.zip
erts: The lck->extra field needs 'TAGGED' data
-rw-r--r--erts/emulator/beam/io.c2
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;