diff options
author | John van Groningen | 2006-12-06 12:31:47 +0000 |
---|---|---|
committer | John van Groningen | 2006-12-06 12:31:47 +0000 |
commit | a425f6dc6a84a1fd5f077d7749ed00a92078f598 (patch) | |
tree | 6682946822a1afef7ce377a430140f07575b5623 /pcopy.a | |
parent | add tstmbit_ macro (diff) |
do not overwrite register d1 when copying a strict record selector
Diffstat (limited to 'pcopy.a')
-rw-r--r-- | pcopy.a | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1216,7 +1216,7 @@ copy_strict_record_selector_2_b: lwz g1,0(g1) sub g0,d1,a3 - tstmbit g1,g0,d1,o0,o1,o2,3 + tstmbit_ g1,g0,o0,o1,o2,3 bne copy_arity_1_node2_ copy_strict_record_selector_2_: |