simpler
diff --git a/emcc.py b/emcc.py
index 082402e..912922b 100755
--- a/emcc.py
+++ b/emcc.py
@@ -1846,7 +1846,7 @@
         ('__indirect_function_table', 'wasmTable'),
         # the backend reserves slot 0 for the NULL function pointer
         ('__table_base', '1'),
-        ('__stack_pointer', '__stack_pointer'),
+        '__stack_pointer',
       ]
       if options.use_closure_compiler:
         exit_with_error('cannot use closure compiler on shared modules')