Fix build error in Darwin port.
	* darwin-nat-info.c (darwin_debug_regions_recurse): New variable uiout.
This commit is contained in:
Jan Kratochvil 2011-08-23 19:40:50 +00:00
parent 48996a3eab
commit 6e2f5b2252
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2011-08-23 Josh Matthews <josh@joshmatthews.net>
Fix build error in Darwin port.
* darwin-nat-info.c (darwin_debug_regions_recurse): New variable uiout.
2011-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
Code cleanup.

View File

@ -620,6 +620,7 @@ darwin_debug_regions_recurse (task_t task)
kern_return_t kret;
int ret;
struct cleanup *table_chain;
struct ui_out *uiout = current_uiout;
table_chain = make_cleanup_ui_out_table_begin_end (uiout, 9, -1, "regions");