* regcache.c (registers_changed): Call reinit_frame_cache.

This commit is contained in:
Joel Brobecker
2008-03-04 20:01:21 +00:00
parent 2fc63fd9b2
commit acf19f081c
2 changed files with 7 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
2008-03-04 Greg Law <glaw@undo-software.com>
* regcache.c (registers_changed): Call reinit_frame_cache.
2008-03-04 Thiago Jung Bauermann <bauerman@br.ibm.com>
* amd64-tdep.c (amd64_classify): Add support for decimal float

View File

@@ -472,6 +472,9 @@ registers_changed (void)
regcache_xfree (current_regcache);
current_regcache = NULL;
/* Need to forget about any frames we have cached, too. */
reinit_frame_cache ();
/* Force cleanup of any alloca areas if using C alloca instead of
a builtin alloca. This particular call is used to clean up
areas allocated by low level target code which may build up