Bug foix
This commit is contained in:
parent
04618dbe64
commit
5097663cb8
|
@ -173,6 +173,7 @@ prophall(n) {
|
||||||
register i;
|
register i;
|
||||||
short hallset[SETSIZE];
|
short hallset[SETSIZE];
|
||||||
|
|
||||||
|
if (n < 0) return;
|
||||||
for(i=0;i<SETSIZE;i++)
|
for(i=0;i<SETSIZE;i++)
|
||||||
hallset[i] = i<SZOFSET(MAXREGS) ? l_props[n].pr_regset[i] : 0;
|
hallset[i] = i<SZOFSET(MAXREGS) ? l_props[n].pr_regset[i] : 0;
|
||||||
nexthall(hallset);
|
nexthall(hallset);
|
||||||
|
|
Loading…
Reference in a new issue