Added number of used functions to the statistics
This commit is contained in:
@ -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("· ")
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user