Added number of used functions to the statistics
This commit is contained in:
parent
e2f607805c
commit
f1f09eaa2c
2 changed files with 22 additions and 5 deletions
|
@ -46,9 +46,9 @@ func (f *Function) PrintInstructions() {
|
|||
|
||||
for _, reg := range f.CPU.All {
|
||||
if used&(1<<reg) != 0 {
|
||||
registers.WriteString("⏺ ")
|
||||
registers.WriteString("● ")
|
||||
} else {
|
||||
registers.WriteString(" ")
|
||||
registers.WriteString("· ")
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue