* i386.c (dbx64_register_map): Fix typo.

From-SVN: r52890
This commit is contained in:
Jan Hubicka 2002-04-29 13:04:18 +02:00 committed by Jan Hubicka
parent 8aa18a7d50
commit 3de72741b9
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Mon Apr 29 13:02:50 CEST 2002 Jan Hubicka <jh@suse.cz>
* i386.c (dbx64_register_map): Fix typo.
Mon Apr 29 12:18:35 CEST 2002 Jan Hubicka <jh@suse.cz>
* predict.c (real_zero, real_one, real_almost_one, real_br_prob_base,

View File

@ -458,7 +458,7 @@ static int const x86_64_int_return_registers[4] = {0 /*RAX*/, 1 /*RDI*/, 5, 4};
int const dbx64_register_map[FIRST_PSEUDO_REGISTER] =
{
0, 1, 2, 3, 4, 5, 6, 7, /* general regs */
33, 34, 35, 36, 37, 38, 39, 40 /* fp regs */
33, 34, 35, 36, 37, 38, 39, 40, /* fp regs */
-1, -1, -1, -1, -1, /* arg, flags, fpsr, dir, frame */
17, 18, 19, 20, 21, 22, 23, 24, /* SSE */
41, 42, 43, 44, 45, 46, 47, 48, /* MMX */