From c2625014cc4c0702bfeee9f7c57c6fb122d66969 Mon Sep 17 00:00:00 2001 From: stefan schippers Date: Wed, 27 May 2026 23:39:56 +0200 Subject: [PATCH] spectre (vacask) backend: if spiceprefix is set for a component use spiceprefix+name as argument to the quoting q() function in spectre.awk --- src/spectre.awk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/spectre.awk b/src/spectre.awk index 5bfec6cd..8272ae10 100755 --- a/src/spectre.awk +++ b/src/spectre.awk @@ -253,7 +253,7 @@ function process( i,j, iprefix, saveinstr, savetype, saveanalysis) } for(i=1;i<=num;i++) { - printf "%s ", indent spiceprefix q(name[i]) + printf "%s ", indent q(spiceprefix name[i]) for(j=2;j<=NF;j++) {