1 /* Based on reproducer done by Dejan Jevtic */
5 /* Note that small changes in the code below
6 caused the bug not to be triggered anymore.
7 E.g. removing the dec %%eax avoids the assert
8 while this removal causes one more loop to be
14 "add %%ebx, %%eax\n\t"
21 : : : "eax", "ebx", "rdi"
23 #elif defined(VGA_mips32) || defined(VGA_mips64)
28 "addu $t0, $t0, $t1\n\t"
30 "addu $t0, $t0, $t2\n\t"
31 "addiu $t0, $t0, -1\n\t"