Author: Maciej Fijalkowski <[email protected]>
Branch: jitframe-on-heap
Changeset: r60477:ec5b34476bdc
Date: 2013-01-25 19:57 +0200
http://bitbucket.org/pypy/pypy/changeset/ec5b34476bdc/
Log: comment fix
diff --git a/rpython/jit/backend/x86/assembler.py
b/rpython/jit/backend/x86/assembler.py
--- a/rpython/jit/backend/x86/assembler.py
+++ b/rpython/jit/backend/x86/assembler.py
@@ -223,7 +223,7 @@
def _build_malloc_slowpath(self):
""" While arriving on slowpath, we have a gcpattern on stack,
- nursery_head in eax and the size in edx - eax
+ nursery_head in eax and the size in edi - eax
"""
mc = codebuf.MachineCodeBlockWrapper()
self._push_all_regs_to_frame(mc, [eax, edi], self.cpu.supports_floats)
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit