diff options
author | Sverker Eriksson <[email protected]> | 2012-01-24 17:08:40 +0100 |
---|---|---|
committer | Sverker Eriksson <[email protected]> | 2012-02-21 12:23:04 +0100 |
commit | 88c771c1d69c98169ef9bc10c27ed4378854d368 (patch) | |
tree | c8eceae647344e35a2fd54c2982fd3db0053824a /erts/emulator/beam/erl_init.c | |
parent | a23f25a3014dbad01d2016dc4e6d6df9d59ba64c (diff) | |
download | otp-88c771c1d69c98169ef9bc10c27ed4378854d368.tar.gz otp-88c771c1d69c98169ef9bc10c27ed4378854d368.tar.bz2 otp-88c771c1d69c98169ef9bc10c27ed4378854d368.zip |
erts: Cleanup code loading
Diffstat (limited to 'erts/emulator/beam/erl_init.c')
-rw-r--r-- | erts/emulator/beam/erl_init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/emulator/beam/erl_init.c b/erts/emulator/beam/erl_init.c index 1184cb28fa..2d192b3fc4 100644 --- a/erts/emulator/beam/erl_init.c +++ b/erts/emulator/beam/erl_init.c @@ -236,7 +236,7 @@ void erl_error(char *fmt, va_list args) static int early_init(int *argc, char **argv); void -erts_short_init_SVERK_SAYS_NOT_USED(void) +erts_short_init(void) { int ncpu = early_init(NULL, NULL); erl_init(ncpu); |