Added number of used functions to the statistics

This commit is contained in:
2025-02-10 17:17:59 +01:00
parent 371059d08a
commit 4dd40f6fec
2 changed files with 22 additions and 5 deletions

View File

@ -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("· ")
}
}