kenrel: increase archfile array size from 16 to 32
This commit is contained in:
parent
9ce9299d17
commit
bc83608fca
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ enum {
|
||||||
Qmsr,
|
Qmsr,
|
||||||
Qbase,
|
Qbase,
|
||||||
|
|
||||||
Qmax = 16,
|
Qmax = 32,
|
||||||
};
|
};
|
||||||
|
|
||||||
enum {
|
enum {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue