diff options
author | Michal Ludvig <mludvig@suse.cz> | 2002-06-18 09:04:24 +0000 |
---|---|---|
committer | Michal Ludvig <mludvig@suse.cz> | 2002-06-18 09:04:24 +0000 |
commit | cc22880b3edfaa8be9302e9e634e3b91770242c6 (patch) | |
tree | 64f1dc3311033742a39fc08a006788735fc9a7d2 /gdb/frame.h | |
parent | f9c3326aeccc27f8ed55c7c3319f254393fbdbbc (diff) | |
download | gdb-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.h | 2 |
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. */ |