1
1

this is currently an int - we shouldn't restrict it unless required

This commit was SVN r7895.
Этот коммит содержится в:
Tim Woodall 2005-10-27 17:06:58 +00:00
родитель 60754acae8
Коммит 4fc5b2105a

Просмотреть файл

@ -52,7 +52,7 @@ mca_pml_ob1_t mca_pml_ob1 = {
mca_pml_ob1_probe,
mca_pml_ob1_start,
32768,
(0xffff)
INT_MAX
}
};