Displaying 1 result from an estimated 1 matches for "45f4bca0".
2015 Oct 16
2
Break nested instructions?
On 16/10/15 14:09, mats petersson wrote:
> I think it's important to understand that this is not ALWAYS the case.
> The operands can be either a constant expression or an instruction.
>
> For example:
>
> char *a;
> int x;
>
> if(cond) a = "%d";
> else a = "%x";
> printf(a, x);
>
> In this case, the compiler