Update Memory::_debug_print
This commit is contained in:
parent
2f1d9ab183
commit
cdf52b85a5
@ -199,7 +199,7 @@ void Memory::_debug_print(void) {
|
||||
for (auto rit = scopes.rbegin(); rit != scopes.rend(); ++rit) {
|
||||
Scope& scope = *rit;
|
||||
if (rit != scopes.rbegin()) {
|
||||
cout << " --- New Scope ---" << endl;
|
||||
cout << " -------------- New Scope -------------" << endl;
|
||||
}
|
||||
|
||||
_debug_print_scope(scope);
|
||||
|
Loading…
Reference in New Issue
Block a user