changeset 702:353d9d184091

changed uint to unsigned int, thanks Elrood
author Christian Kamm <kamm incasoftware de>
date Mon, 13 Oct 2008 21:08:11 +0200
parents 855e0ef78fa2
children 06576ece1a1b
files gen/todebug.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gen/todebug.cpp	Mon Oct 13 19:02:03 2008 +0200
+++ b/gen/todebug.cpp	Mon Oct 13 21:08:11 2008 +0200
@@ -149,7 +149,7 @@
 
 //////////////////////////////////////////////////////////////////////////////////////////////////
 
-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<LLConstant*> vals(11);
     vals[0] = DBG_TAG(DW_TAG_subprogram);