* pa.h (TARGET_DISABLE_INDEXING): Clean up comments.

From-SVN: r4724
This commit is contained in:
Jeff Law 1993-06-25 11:35:30 -06:00
parent 7c6c204ffe
commit 24c6ab1c8b
1 changed files with 1 additions and 4 deletions

View File

@ -67,10 +67,7 @@ extern int target_flags;
#define TARGET_LONG_CALLS (target_flags & 16)
/* Disable indexed addressing modes. Necessary under MACH.
??? Some problem with a high bit being set in an address having
special meaning to the PA MACH ports. */
/* Disable indexed addressing modes. */
#define TARGET_DISABLE_INDEXING (target_flags & 32)