Просмотр исходного кода

FIXME: number of memory nodes could easily be 64

Samuel Thibault лет назад: 8
Родитель
Сommit
94aa558dd9
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      configure.ac

+ 1 - 0
configure.ac

@@ -2312,6 +2312,7 @@ if test x$maxnodes = x0 ; then
 	done
 fi
 if test $maxnodes -gt 32 ; then
+	# FIXME: at least use uint64 so we can have 64 memory nodes
 	AC_MSG_ERROR([selected number of nodes ($maxnodes) can not be greater than 32])
 fi