projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb55476
)
Fix typo in the last commit. Sorry.
author
Andreas Tobler
<andreast@gcc.gnu.org>
Mon, 15 May 2006 21:38:25 +0000
(23:38 +0200)
committer
Andreas Tobler
<andreast@gcc.gnu.org>
Mon, 15 May 2006 21:38:25 +0000
(23:38 +0200)
From-SVN: r113802
libjava/stacktrace.cc
patch
|
blob
|
history
diff --git
a/libjava/stacktrace.cc
b/libjava/stacktrace.cc
index cc29be16e29059990b4898c2004b5fcb0ac6a67d..8b4618172fdb56d68ee81d9a7eaaf550f20255cc 100644
(file)
--- a/
libjava/stacktrace.cc
+++ b/
libjava/stacktrace.cc
@@
-243,7
+243,7
@@
_Jv_StackTrace::FillInFrameInfo (_Jv_StackFrame *frame)
// Find method in class
for (int j = 0; j < klass->method_count; j++)
{
- void *wncode UNWRAP_FUNCTION_DESCRIPTOR (klass->methods[j].ncode);
+ void *wncode
=
UNWRAP_FUNCTION_DESCRIPTOR (klass->methods[j].ncode);
if (wncode == frame->start_ip)
{
meth = &klass->methods[j];