*** empty log message ***
[deliverable/binutils-gdb.git] / gdb / h8300-tdep.c
index ee67d4fe0bbb77e061149d6bde6b87c901b4518c..b83994adf11f7f06e941258132eb4ed2f72b1764 100644 (file)
@@ -1193,7 +1193,8 @@ h8300s_dbg_reg_to_regnum (int regno)
 }
 
 const static unsigned char *
-h8300_breakpoint_from_pc (CORE_ADDR *pcptr, int *lenptr)
+h8300_breakpoint_from_pc (struct gdbarch *gdbarch, CORE_ADDR *pcptr,
+                         int *lenptr)
 {
   /*static unsigned char breakpoint[] = { 0x7A, 0xFF }; *//* ??? */
   static unsigned char breakpoint[] = { 0x01, 0x80 };  /* Sleep */
This page took 0.030446 seconds and 4 git commands to generate.