diff options
Diffstat (limited to 'gcc/config/m68k/sun2o4.h')
-rw-r--r-- | gcc/config/m68k/sun2o4.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/m68k/sun2o4.h b/gcc/config/m68k/sun2o4.h index da722cfa6ec..4dd393baccf 100644 --- a/gcc/config/m68k/sun2o4.h +++ b/gcc/config/m68k/sun2o4.h @@ -146,7 +146,7 @@ Boston, MA 02111-1307, USA. */ long l; \ REAL_VALUE_TO_TARGET_SINGLE (VALUE, l); \ if (sizeof (int) == sizeof (long)) \ - asm_fprintf ((FILE), "%I0x%x", l); \ + asm_fprintf ((FILE), "%I0x%x", (int) l); \ else \ asm_fprintf ((FILE), "%I0x%lx", l); \ } \ |