*** empty log message ***
[deliverable/binutils-gdb.git] / gdb / mn10300-tdep.c
index df63d80052e7d08bdc01a983e02caf9fbd2d20bf..3cd2f2f8db811ebcc1f6b6b3cb2880f2965cc7eb 100644 (file)
@@ -288,7 +288,8 @@ mn10300_write_pc (struct regcache *regcache, CORE_ADDR val)
    one, so we defined it ourselves.  */
 
 const static unsigned char *
-mn10300_breakpoint_from_pc (CORE_ADDR *bp_addr, int *bp_size)
+mn10300_breakpoint_from_pc (struct gdbarch *gdbarch, CORE_ADDR *bp_addr,
+                           int *bp_size)
 {
   static char breakpoint[] = {0xff};
   *bp_size = 1;
This page took 0.023331 seconds and 4 git commands to generate.