Multi-arch INIT_FRAME_PC() and INIT_FRAME_PC_FIRST().

This commit is contained in:
Andrew Cagney
2001-06-15 23:10:55 +00:00
parent dd80620e6b
commit 10312cc4d2
9 changed files with 148 additions and 29 deletions

View File

@@ -111,4 +111,8 @@ extern int default_prepare_to_proceed (int select_it);
extern int generic_prepare_to_proceed (int select_it);
/* Version of init_frame_pc() that does nothing. */
void init_frame_pc_noop (int fromleaf, struct frame_info *prev);
#endif