diff options
author | Sverker Eriksson <[email protected]> | 2014-01-14 22:31:36 +0100 |
---|---|---|
committer | Sverker Eriksson <[email protected]> | 2014-01-15 22:28:50 +0100 |
commit | 03493394e8d20591020ce6c8152cb607cb21e967 (patch) | |
tree | 9479cf2b38868ebfeaffa69938bf02df286bc755 /erts | |
parent | ee1886e457302347414787e74ce5017604d2e52a (diff) | |
download | otp-03493394e8d20591020ce6c8152cb607cb21e967.tar.gz otp-03493394e8d20591020ce6c8152cb607cb21e967.tar.bz2 otp-03493394e8d20591020ce6c8152cb607cb21e967.zip |
erts: Fix benign ESTACK/WSTACK typo
Diffstat (limited to 'erts')
-rw-r--r-- | erts/emulator/beam/utils.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/erts/emulator/beam/utils.c b/erts/emulator/beam/utils.c index 297c4bf439..216952e2ac 100644 --- a/erts/emulator/beam/utils.c +++ b/erts/emulator/beam/utils.c @@ -1,7 +1,7 @@ /* * %CopyrightBegin% * - * Copyright Ericsson AB 1996-2013. All Rights Reserved. + * Copyright Ericsson AB 1996-2014. All Rights Reserved. * * The contents of this file are subject to the Erlang Public License, * Version 1.1, (the "License"); you may not use this file except in @@ -2846,7 +2846,7 @@ pop_next: return 0; not_equal: - DESTROY_ESTACK(stack); + DESTROY_WSTACK(stack); return j; #undef CMP_NODES |