Removed unused Packer::freezeLoader(). Changed return type of
buildLoader() from "int" to "void".
This commit is contained in:
+1
-4
@@ -93,7 +93,7 @@ void PackTos::LinkerSymbols::LoopInfo::init(unsigned count_, bool allow_dbra)
|
||||
}
|
||||
|
||||
|
||||
int PackTos::buildLoader(const Filter *ft)
|
||||
void PackTos::buildLoader(const Filter *ft)
|
||||
{
|
||||
assert(ft->id == 0);
|
||||
|
||||
@@ -201,9 +201,6 @@ int PackTos::buildLoader(const Filter *ft)
|
||||
addLoader("loop3_set_count.l", NULL);
|
||||
|
||||
addLoader("jmpstack", NULL);
|
||||
|
||||
freezeLoader();
|
||||
return getLoaderSize();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user