* alpha-tdep.c (alpha_gdbarch_init): Use LL suffix for large
[deliverable/binutils-gdb.git] / gdb / alpha-tdep.c
index 378b652feef23fb65113a7b1791058c1961b6ee5..24f1b04c2b35352f5b018631fc3d1f2258d66e62 100644 (file)
@@ -1499,7 +1499,7 @@ alpha_gdbarch_init (struct gdbarch_info info, struct gdbarch_list *arches)
 
   /* Lowest text address.  This is used by heuristic_proc_start()
      to decide when to stop looking.  */
-  tdep->vm_min_address = (CORE_ADDR) 0x120000000;
+  tdep->vm_min_address = (CORE_ADDR) 0x120000000LL;
 
   tdep->dynamic_sigtramp_offset = NULL;
   tdep->sigcontext_addr = NULL;
This page took 0.025867 seconds and 4 git commands to generate.