Commit 6c3ee14ff37551b0a490aeca6f7fc45aae3424e3

Authored by bellard
1 parent ba6526df

better shift tests


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1844 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 1 additions and 1 deletions
tests/test-i386-shift.h
... ... @@ -174,7 +174,7 @@ void glue(test_, OP)(void)
174 174 for(i = 0; i < n; i++)
175 175 exec_op(0x21ad3d34, 0x12345678, i);
176 176 for(i = 0; i < n; i++)
177   - exec_op(0x813f3421, 0x82345678, i);
  177 + exec_op(0x813f3421, 0x82345679, i);
178 178 }
179 179  
180 180 void *glue(_test_, OP) __init_call = glue(test_, OP);
... ...