mirror of
https://github.com/martravi/wiiqt.git
synced 2024-11-21 16:49:19 +01:00
symbolizer: fixed compiling on g++ 1.0 for megazig
This commit is contained in:
parent
67064cb8bb
commit
f0054aa05a
@ -24,8 +24,8 @@ struct KnownFunction
|
||||
QString debug;// just for debugging this program
|
||||
const ElfParser::Function *function;
|
||||
const ElfParser::File *file;
|
||||
const quint32 addr;
|
||||
const QString name;// name is only used for functinos that dont have symbols
|
||||
quint32 addr;
|
||||
QString name;// name is only used for functinos that dont have symbols
|
||||
KnownFunction( const ElfParser::Function *f = NULL, const ElfParser::File *fi = NULL, quint32 a = 0, const QString &n = QString() )
|
||||
: function( f ), file( fi ), addr( a ), name( n )
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user