PRIVATE: more code
This commit is contained in:
parent
536fcd5605
commit
f5c4e7e6cb
6 changed files with 199 additions and 31 deletions
|
@ -78,7 +78,7 @@ void loadSetting(Common::String *name)
|
|||
progp = prog;
|
||||
|
||||
|
||||
for (Inst *pc_ = progp; pc_-progp < 100; pc_++) {
|
||||
/*for (Inst *pc_ = progp; pc_-progp < 100; pc_++) {
|
||||
if (_functions.contains((void *) *pc_))
|
||||
debug("%p: %s", (void*) pc_, _functions.getVal((void*) *pc_)->c_str());
|
||||
else if ( (Inst *) *pc_ >= progp && (Inst *) *pc_ <= (progp + NPROG))
|
||||
|
@ -87,8 +87,7 @@ void loadSetting(Common::String *name)
|
|||
debugN("%p:", (void*) pc_);
|
||||
showSymbol((Symbol *) *pc_);
|
||||
}
|
||||
|
||||
}
|
||||
}*/
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue