*** empty log message ***
[deliverable/binutils-gdb.git] / gdb / arch-utils.c
index c75e10bb8ed5bc00eca45d0e343a7b515f7b4ed7..c56b983bce2c1372cc46111813298f301afcebf3 100644 (file)
@@ -125,7 +125,7 @@ default_coff_make_msymbol_special (int val, struct minimal_symbol *msym)
 }
 
 int
-cannot_register_not (int regnum)
+cannot_register_not (struct gdbarch *gdbarch, int regnum)
 {
   return 0;
 }
@@ -162,7 +162,8 @@ legacy_virtual_frame_pointer (struct gdbarch *gdbarch,
 
 \f
 int
-generic_convert_register_p (int regnum, struct type *type)
+generic_convert_register_p (struct gdbarch *gdbarch, int regnum,
+                           struct type *type)
 {
   return 0;
 }
This page took 0.023164 seconds and 4 git commands to generate.