diff options
| -rw-r--r-- | gcc/config/pa/pa.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/pa/pa.h b/gcc/config/pa/pa.h index 34d3614d9e3..2e280f5c474 100644 --- a/gcc/config/pa/pa.h +++ b/gcc/config/pa/pa.h @@ -1727,7 +1727,7 @@ while (0) /* Specify the machine mode that pointers have. After generation of rtl, the compiler makes no further distinction between pointers and any other objects of this machine mode. */ -#define Pmode SImode +#define Pmode word_mode /* Add any extra modes needed to represent the condition code. |

