We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 008d0e3 commit 2817d21Copy full SHA for 2817d21
1 file changed
templates/FVP.adapter.json
@@ -33,7 +33,7 @@
33
"<% else if (typeof config.args === 'string' && config.args.trim().length > 0) { %>",
34
"<%= config.args.trim().split(/\\s+/).join('\\n') %>\n",
35
"<% } %>",
36
- "<% const files = symbol_files.map(s => s.file) %>",
+ "<% const files = image_files.map(s => s.file) %>",
37
"<% for (const file of files) { %>",
38
"-a", "<%= file %>\n",
39
"<% } %>"
0 commit comments