mirror of
git://c9x.me/qbe.git
synced 2026-04-05 18:09:47 +00:00
avoid gcc warning in emit
This commit is contained in:
parent
15cee065a5
commit
206a0e55ba
3
emit.c
3
emit.c
@ -249,9 +249,10 @@ Next:
|
|||||||
case '=':
|
case '=':
|
||||||
sz = KWIDE(i->cls) ? SLong : SWord;
|
sz = KWIDE(i->cls) ? SLong : SWord;
|
||||||
s--;
|
s--;
|
||||||
/* fall through */
|
goto Ref;
|
||||||
case 'D':
|
case 'D':
|
||||||
case 'S':
|
case 'S':
|
||||||
|
sz = SLong; /* does not matter for floats */
|
||||||
Ref:
|
Ref:
|
||||||
c = *s++;
|
c = *s++;
|
||||||
ref = getarg(c, i);
|
ref = getarg(c, i);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user