Author: Maciej Fijalkowski <[email protected]>
Branch:
Changeset: r63929:5bc8ded7660e
Date: 2013-05-08 21:20 +0200
http://bitbucket.org/pypy/pypy/changeset/5bc8ded7660e/
Log: oops
diff --git a/rpython/translator/c/genc.py b/rpython/translator/c/genc.py
--- a/rpython/translator/c/genc.py
+++ b/rpython/translator/c/genc.py
@@ -730,7 +730,7 @@
# the point of dance below is so the call to rpython_startup_code actually
# does call asm_stack_bottom
-RPython_StartupCode = rffi.llexternal([], lltype.Void)
+RPython_StartupCode = rffi.llexternal('RPython_StartupCode', [], lltype.Void)
@entrypoint('main', [], c_name='rpython_startup_code')
def rpython_startup_code():
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit