Skip to content

Commit 1b9fdc6

Browse files
committed
update template file
1 parent 9c8e5c4 commit 1b9fdc6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/templates/ldrddi.cpp.mako

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,9 @@ namespace ur_loader
8686
break;
8787
}
8888
adapterIndex++;
89+
if (adapterIndex == NumEntries) {
90+
break;
91+
}
8992
}
9093
}
9194

0 commit comments

Comments
 (0)