Skip to content

Commit 2817d21

Browse files
authored
Use image_files map instead of symbol_files to find executable for Load+Run on FVP (#98)
1 parent 008d0e3 commit 2817d21

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

templates/FVP.adapter.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"<% else if (typeof config.args === 'string' && config.args.trim().length > 0) { %>",
3434
"<%= config.args.trim().split(/\\s+/).join('\\n') %>\n",
3535
"<% } %>",
36-
"<% const files = symbol_files.map(s => s.file) %>",
36+
"<% const files = image_files.map(s => s.file) %>",
3737
"<% for (const file of files) { %>",
3838
"-a", "<%= file %>\n",
3939
"<% } %>"

0 commit comments

Comments
 (0)