debugSymbolTable is a global variable and only needs to be created once, not once per system
--HG-- extra : convert_revision : 43cbfd1a58d7d728898cbfae0d7f7d9960eba178
This commit is contained in:
@@ -72,7 +72,8 @@ System::System(Params *p)
|
||||
|
||||
#if FULL_SYSTEM
|
||||
kernelSymtab = new SymbolTable;
|
||||
debugSymbolTable = new SymbolTable;
|
||||
if (!debugSymbolTable)
|
||||
debugSymbolTable = new SymbolTable;
|
||||
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user