summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/test-i386-shift.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-i386-shift.h b/tests/test-i386-shift.h
index 7a98e27a4d..c1ed489f11 100644
--- a/tests/test-i386-shift.h
+++ b/tests/test-i386-shift.h
@@ -174,7 +174,7 @@ void glue(test_, OP)(void)
for(i = 0; i < n; i++)
exec_op(0x21ad3d34, 0x12345678, i);
for(i = 0; i < n; i++)
- exec_op(0x813f3421, 0x82345678, i);
+ exec_op(0x813f3421, 0x82345679, i);
}
void *glue(_test_, OP) __init_call = glue(test_, OP);