X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fsim-regno.h;h=fc6f26ba4a0ec685a55035e7bc16ee2cd13ae01f;hb=348fe36b1d64f12c60e08f6313520b3191663063;hp=c1f4e4a88fb7d1d103b68df2e72ae70d55d18f73;hpb=a9762ec78a53fbe9209fe1654db42df0cd328d50;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/sim-regno.h b/gdb/sim-regno.h index c1f4e4a88f..fc6f26ba4a 100644 --- a/gdb/sim-regno.h +++ b/gdb/sim-regno.h @@ -1,6 +1,6 @@ /* Generic remote debugging interface for simulators. - Copyright (C) 2002, 2007 Free Software Foundation, Inc. + Copyright (C) 2002-2020 Free Software Foundation, Inc. Contributed by Red Hat, Inc. @@ -38,6 +38,6 @@ enum sim_regno { /* Treat all raw registers as valid. */ -extern int one2one_register_sim_regno (int regnum); +extern int one2one_register_sim_regno (struct gdbarch *gdbarch, int regnum); #endif