Fixed alignment issues with 64 bits ABIs.

This commit is contained in:
Roberto Raggi
2010-09-03 12:11:15 +02:00
parent 8d55ce4c82
commit c6bfe05083
14 changed files with 42 additions and 41 deletions

View File

@@ -319,15 +319,15 @@ protected:
virtual void visitSymbol0(SymbolVisitor *visitor) = 0;
private:
unsigned _sourceLocation;
const Name *_name;
Scope *_scope;
Symbol *_next;
const StringLiteral *_fileId;
unsigned _sourceLocation;
unsigned _hashCode;
int _storage;
int _visibility;
Scope *_scope;
unsigned _index;
Symbol *_next;
const StringLiteral *_fileId;
unsigned _line;
unsigned _column;