mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 18:13:01 +00:00
Tweak testcase. Invalidate cc, making sure it is set later.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12604
This commit is contained in:
parent
ccf880a48c
commit
817bee19dd
@ -9,7 +9,7 @@ test(int32_t op1_init, int32_t op2_init, int32_t op3_init, int expected_cc)
|
||||
register int32_t op3 asm("9") = op3_init;
|
||||
|
||||
int32_t op2 = op2_init;
|
||||
int cc = 1;
|
||||
int cc = 1 - expected_cc;
|
||||
|
||||
printf("before op1 = %#x\n", op1);
|
||||
printf("before op2 = %#x\n", op2);
|
||||
|
||||
@ -9,7 +9,7 @@ test(int64_t op1_init, int64_t op2_init, int64_t op3_init, int expected_cc)
|
||||
register int64_t op3 asm("9") = op3_init;
|
||||
|
||||
int64_t op2 = op2_init;
|
||||
int cc = 1;
|
||||
int cc = 1 - expected_cc;
|
||||
|
||||
printf("before op1 = %#lx\n", op1);
|
||||
printf("before op2 = %#lx\n", op2);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user