[llvm-commits] [vector_llvm] CVS: llvm/lib/Debugger/UnixLocalInferiorProcess.cpp
Robert Bocchino
bocchino at cs.uiuc.edu
Wed Nov 16 10:32:29 PST 2005
Changes in directory llvm/lib/Debugger:
UnixLocalInferiorProcess.cpp updated: 1.8 -> 1.8.4.1
---
Log message:
Merged mainline into Vector LLVM branch
---
Diffs of the changes: (+2 -1)
UnixLocalInferiorProcess.cpp | 3 ++-
1 files changed, 2 insertions(+), 1 deletion(-)
Index: llvm/lib/Debugger/UnixLocalInferiorProcess.cpp
diff -u llvm/lib/Debugger/UnixLocalInferiorProcess.cpp:1.8 llvm/lib/Debugger/UnixLocalInferiorProcess.cpp:1.8.4.1
--- llvm/lib/Debugger/UnixLocalInferiorProcess.cpp:1.8 Thu Apr 21 17:36:21 2005
+++ llvm/lib/Debugger/UnixLocalInferiorProcess.cpp Wed Nov 16 12:32:17 2005
@@ -924,7 +924,8 @@
// If the program didn't explicitly call exit, call exit now, for the program.
// This ensures that any atexit handlers get called correctly.
- Function *Exit = M->getOrInsertFunction("exit", Type::VoidTy, Type::IntTy, 0);
+ Function *Exit = M->getOrInsertFunction("exit", Type::VoidTy, Type::IntTy,
+ (Type *)0);
std::vector<GenericValue> Args;
GenericValue ResultGV;
More information about the llvm-commits
mailing list