--- a/test/sh4/add.s Sat Sep 23 10:35:29 2006 +0000 +++ b/test/sh4/add.s Tue Sep 26 11:05:38 2006 +0000 @@ -69,17 +69,17 @@ test_add_5: ! test carry neither used nor set (ala ADDC) add #1, r12 - mov.l test_add_5_op1, r8 - mov.l test_add_5_op2, r9 - stc sr, r10 + mov.l test_add_5_op1, r4 + mov.l test_add_5_op2, r5 + stc sr, r6 xor r0,r0 add #1, r0 stc sr, r1 - or r0,r10 - ldc r10, sr - add r9,r8 - mov.l test_add_5_result, r11 - cmp/eq r11, r8 + or r0,r6 + ldc r6, sr + add r5,r4 + mov.l test_add_5_result, r7 + cmp/eq r7, r4 bt test_add_5_b fail test_add_str_k bra test_add_6