Add back #else block accidentally removed in r312145

This fixes the build with !(amd64|arm64|mips*)
This commit is contained in:
Enji Cooper 2017-01-18 09:46:02 +00:00
parent 5f761d3c88
commit 4421971444
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/netbsd-tests-upstream-01-2017/; revision=312376

View File

@ -58,6 +58,8 @@ run(int n, ...)
for (i = 0; i < 7; i++) {
#elif defined(__mips__)
for (i = 0; i < 5; i++) {
#else
for (i = 0; i < 9; i++) {
#endif
#else
for (i = 0; i < 9; i++) {