*** empty log message ***
[deliverable/binutils-gdb.git] / gdb / iq2000-tdep.c
index b89d1ece49cf5b95b3446de68c8b28eb5c14f8ee..2e54478069a864f8c047a916e8d95901bbda8c56 100644 (file)
@@ -485,7 +485,7 @@ iq2000_breakpoint_from_pc (struct gdbarch *gdbarch, CORE_ADDR *pcptr,
   static const unsigned char little_breakpoint[] = { 0x0d, 0x00, 0x00, 0x00 };
 
   if ((*pcptr & 3) != 0)
-    error ("breakpoint_from_pc: invalid breakpoint address 0x%lx",
+    error (_("breakpoint_from_pc: invalid breakpoint address 0x%lx"),
           (long) *pcptr);
 
   *lenptr = 4;
This page took 0.023748 seconds and 4 git commands to generate.