avoid gcc warning in emit
This commit is contained in:
parent
15cee065a5
commit
206a0e55ba
1 changed files with 2 additions and 1 deletions
3
emit.c
3
emit.c
|
@ -249,9 +249,10 @@ Next:
|
|||
case '=':
|
||||
sz = KWIDE(i->cls) ? SLong : SWord;
|
||||
s--;
|
||||
/* fall through */
|
||||
goto Ref;
|
||||
case 'D':
|
||||
case 'S':
|
||||
sz = SLong; /* does not matter for floats */
|
||||
Ref:
|
||||
c = *s++;
|
||||
ref = getarg(c, i);
|
||||
|
|
Loading…
Add table
Reference in a new issue