mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-25 19:29:53 +00:00
Fix a compilation error with GCC 4.1. Thanks to Vladimir Merzliakov for
pointing this out. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26467 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6a3eb01084
commit
a1b2a9b7e2
@ -302,7 +302,7 @@ private:
|
||||
|
||||
/// NewType - Create a new type DIE.
|
||||
///
|
||||
DIE *DwarfWriter::NewType(DIE *Context, TypeDesc *TyDesc);
|
||||
DIE *NewType(DIE *Context, TypeDesc *TyDesc);
|
||||
|
||||
/// NewCompileUnit - Create new compile unit and it's die.
|
||||
///
|
||||
|
Loading…
x
Reference in New Issue
Block a user