forked from Imagelibrary/binutils-gdb
Run clang-format.sh
Change-Id: Ia948cc26d534b0dd02702244d52434b1a2093968
This commit is contained in:
@@ -40,13 +40,13 @@ void arc_linux_supply_v2_regset (const struct regset *regset,
|
||||
/* Writes registers from the regcache into the NT_PRSTATUS data array. */
|
||||
|
||||
void arc_linux_collect_gregset (const struct regset *regset,
|
||||
const struct regcache *regcache,
|
||||
int regnum, void *gregs, size_t size);
|
||||
const struct regcache *regcache, int regnum,
|
||||
void *gregs, size_t size);
|
||||
|
||||
/* Writes registers from the regcache into the NT_ARC_V2 data array. */
|
||||
|
||||
void arc_linux_collect_v2_regset (const struct regset *regset,
|
||||
const struct regcache *regcache,
|
||||
int regnum, void *v2_regs, size_t size);
|
||||
const struct regcache *regcache, int regnum,
|
||||
void *v2_regs, size_t size);
|
||||
|
||||
#endif /* ARC_LINUX_TDEP_H */
|
||||
|
||||
Reference in New Issue
Block a user