int r0i; switch(arg0) { case 1: r0i = 255; return r0i; } r0i = 128; return r0i; --> switch(arg0) { case 1: return 255; } return 128;