Revert previous patch, mistaken.

From-SVN: r112793
This commit is contained in:
Mike Stump 2006-04-09 00:07:28 +00:00
parent 51e7cc90c6
commit 9a82e70211
1 changed files with 3 additions and 3 deletions

View File

@ -1923,9 +1923,9 @@ number as al, and ax.
#define DBX_REGISTER_NUMBER(N) \
(TARGET_64BIT ? dbx64_register_map[(N)] : dbx_register_map[(N)])
extern int const dbx_register_map[FIRST_PSEUDO_REGISTER+1];
extern int const dbx64_register_map[FIRST_PSEUDO_REGISTER+1];
extern int const svr4_dbx_register_map[FIRST_PSEUDO_REGISTER+1];
extern int const dbx_register_map[FIRST_PSEUDO_REGISTER];
extern int const dbx64_register_map[FIRST_PSEUDO_REGISTER];
extern int const svr4_dbx_register_map[FIRST_PSEUDO_REGISTER];
/* Before the prologue, RA is at 0(%esp). */
#define INCOMING_RETURN_ADDR_RTX \