mirror of
https://github.com/frida/tinycc
synced 2024-12-26 23:09:41 +03:00
Remove incorrect comment
Not the code was confused, I was :)
This commit is contained in:
parent
0ecee0072d
commit
2eb4f4a3ba
2
tccgen.c
2
tccgen.c
@ -4893,8 +4893,6 @@ static void block(int *bsym, int *csym, int *case_sym, int *def_sym,
|
||||
/* We assume that when a structure is returned in multiple
|
||||
registers, their classes are consecutive values of the
|
||||
suite s(n) = 2^n */
|
||||
/* XXX This seems confused, if r == 0, this never
|
||||
changes r. */
|
||||
r <<= 1;
|
||||
vtop->c.i += regsize;
|
||||
vtop->r = VT_LOCAL | VT_LVAL;
|
||||
|
Loading…
Reference in New Issue
Block a user