mirror of
https://github.com/yasm/yasm
synced 2026-08-26 22:26:05 -04:00
missing 'break' in initalen()
This commit is contained in:
parent
fcaf3cef58
commit
bd3a470498
1 changed files with 1 additions and 0 deletions
|
|
@ -750,6 +750,7 @@ static void initalen(
|
|||
case 0:
|
||||
*alen = 1;
|
||||
*blen = 1;
|
||||
break;
|
||||
case 1: case 2: case 3: case 4: case 5: case 6: case 7: case 8:
|
||||
*alen = (form->perfect == NORMAL_HP) ? *smax : *smax/2;
|
||||
*blen = *smax/2;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue