diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2024-04-15 01:35:19 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2024-04-15 02:01:21 +0300 |
| commit | 5a728ae106b978c6de0fa6316f37eb3b4a86a405 (patch) | |
| tree | 20c5e1f08aa4c6c84f22d6b31d0965c36a38ab94 /src/nodes.c | |
| parent | 8ce25e04620d4173748a7d7dd310351bac90eacc (diff) | |
| download | qbt-5a728ae106b978c6de0fa6316f37eb3b4a86a405.tar.gz qbt-5a728ae106b978c6de0fa6316f37eb3b4a86a405.zip | |
format
Diffstat (limited to 'src/nodes.c')
| -rw-r--r-- | src/nodes.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/nodes.c b/src/nodes.c index 07a1706..88486a4 100644 --- a/src/nodes.c +++ b/src/nodes.c @@ -188,6 +188,10 @@ void dump_insn(struct insn i) dump_val(i.in[1]); } + /* crude, but works for now */ + if (i.v) + printf(" %lli ", i.v); + if (i.flags) printf("*"); |
