aboutsummaryrefslogtreecommitdiff
path: root/gdb/frame.h
diff options
context:
space:
mode:
authorMichal Ludvig <mludvig@suse.cz>2002-06-18 09:04:24 +0000
committerMichal Ludvig <mludvig@suse.cz>2002-06-18 09:04:24 +0000
commitcc22880b3edfaa8be9302e9e634e3b91770242c6 (patch)
tree64f1dc3311033742a39fc08a006788735fc9a7d2 /gdb/frame.h
parentf9c3326aeccc27f8ed55c7c3319f254393fbdbbc (diff)
downloadgdb-cc22880b3edfaa8be9302e9e634e3b91770242c6.zip
gdb-cc22880b3edfaa8be9302e9e634e3b91770242c6.tar.gz
gdb-cc22880b3edfaa8be9302e9e634e3b91770242c6.tar.bz2
2002-06-18 Michal Ludvig <mludvig@suse.cz>
* frame.h (struct frame_info): Change type of context to 'struct context'.
Diffstat (limited to 'gdb/frame.h')
-rw-r--r--gdb/frame.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/frame.h b/gdb/frame.h
index c1df5fc..4406fc8 100644
--- a/gdb/frame.h
+++ b/gdb/frame.h
@@ -133,7 +133,7 @@ struct frame_info
/* If dwarf2 unwind frame informations is used, this structure holds all
related unwind data. */
- struct unwind_contect *context;
+ struct context *context;
/* See description above. Return the register value for the
previous frame. */