diff options
author | CVS2SVN | 2006-12-13 11:05:11 +0000 |
---|---|---|
committer | CVS2SVN | 2006-12-13 11:05:11 +0000 |
commit | dd6ec019f296cdaca3546d6218cb20246475faf7 (patch) | |
tree | 93722996bf9201333b83a96612513a9a226a31da /acopy.asm | |
parent | mark using pointer reversal ifthe stack becomes too large (diff) |
This commit was manufactured by cvs2svn to create tag 'clean-2-2'.clean-2-2
Diffstat (limited to 'acopy.asm')
-rw-r--r-- | acopy.asm | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -788,7 +788,8 @@ record_arguments_already_copied_3_b: mov rdx,qword ptr [rcx] pop rax - mov qword ptr 16 [rsi],rdx + sub rdx,1 + mov qword ptr 16[rsi],rdx sub rbx,1 jae copy_lp2 |