PackMachI386

This commit is contained in:
John Reiser
2007-02-03 11:40:25 -08:00
parent 99be1e798b
commit d1e352c9ee
2 changed files with 10 additions and 10 deletions
+4 -4
View File
@@ -371,15 +371,15 @@ unsigned PackMachBase<T>::find_SEGMENT_gap(
}
template <class T>
void PackMachBase<T>::pack4(OutputFile *, Filter &)
void PackMachBase<T>::pack4(OutputFile *fo, Filter &ft)
{
// empty
PackUnix::pack4(fo, ft); // FIXME super() does not work?
}
template <class T>
void PackMachBase<T>::pack3(OutputFile *, Filter &)
void PackMachBase<T>::pack3(OutputFile *fo, Filter &ft)
{
// empty
PackUnix::pack3(fo, ft); // FIXME super() does not work?
}
template <class T>