Fix various tests/[frs]* files to be correct with 32 and 64-wide targets.
Still todo: tests/c*, tests/test-*
This commit is contained in:
@@ -12,7 +12,7 @@ int switchit(int a, uniform int b) {
|
||||
if (a & 1)
|
||||
break;
|
||||
return 2;
|
||||
case 32:
|
||||
case 9999:
|
||||
*((int *)NULL) = 0;
|
||||
default:
|
||||
case 1:
|
||||
|
||||
Reference in New Issue
Block a user