diff --git a/gen/todebug.cpp b/gen/todebug.cpp index 2a95792e..3b0050da 100644 --- a/gen/todebug.cpp +++ b/gen/todebug.cpp @@ -149,7 +149,7 @@ static LLGlobalVariable* dwarfCompileUnit(Module* m) ////////////////////////////////////////////////////////////////////////////////////////////////// -static LLGlobalVariable* dwarfSubProgram(llvm::GlobalVariable* emitUnit, llvm::GlobalVariable* defineUnit, const char* prettyname, const char* mangledname, uint linenum, bool isprivate) +static LLGlobalVariable* dwarfSubProgram(llvm::GlobalVariable* emitUnit, llvm::GlobalVariable* defineUnit, const char* prettyname, const char* mangledname, unsigned int linenum, bool isprivate) { std::vector vals(11); vals[0] = DBG_TAG(DW_TAG_subprogram);