Actually pass in a pointer to the thrown object, not a pointer to the
authorChris Lattner <sabre@nondot.org>
Fri, 10 Oct 2003 22:55:55 +0000 (22:55 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 10 Oct 2003 22:55:55 +0000 (22:55 +0000)
commit4dd7b4fbcae838866c9668571909aef1eaf29830
tree94fc2e6f665f321be884df09a56145513ac1519b
parentbe7f4afe47ef87f2f6b054ea472d03719c5eb22e
Actually pass in a pointer to the thrown object, not a pointer to the
exception header.  This is the final missing piece from the PR#27 puzzle.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9043 91177308-0d34-0410-b5e6-96231b3b80d8
runtime/GCCLibraries/crtend/C++-Exception.cpp