aboutsummaryrefslogtreecommitdiffstats
path: root/erts
diff options
context:
space:
mode:
authorBjörn-Egil Dahlberg <[email protected]>2012-04-23 11:48:32 +0200
committerBjörn-Egil Dahlberg <[email protected]>2012-04-23 11:48:32 +0200
commitd3aa3e8ae556f80c181d3460965c8f78401f740e (patch)
tree97224fe5ed84ad04fa69857661738af193b34ade /erts
parent72091cd66ad5181b8b67b03785ac7f9228aaad57 (diff)
parent5e9e971bd86954599a0f499c28ad64f27ccdd813 (diff)
downloadotp-d3aa3e8ae556f80c181d3460965c8f78401f740e.tar.gz
otp-d3aa3e8ae556f80c181d3460965c8f78401f740e.tar.bz2
otp-d3aa3e8ae556f80c181d3460965c8f78401f740e.zip
Merge branch 'maint'
Diffstat (limited to 'erts')
-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;