diff options
Diffstat (limited to 'gdb/amd64-tdep.h')
-rw-r--r-- | gdb/amd64-tdep.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/amd64-tdep.h b/gdb/amd64-tdep.h index 3bff5d1..363479c 100644 --- a/gdb/amd64-tdep.h +++ b/gdb/amd64-tdep.h @@ -98,6 +98,9 @@ extern void amd64_supply_fxsave (struct regcache *regcache, int regnum, extern void amd64_collect_fxsave (const struct regcache *regcache, int regnum, void *fxsave); + +void amd64_classify (struct type *type, enum amd64_reg_class class[2]); + /* Variables exported from amd64nbsd-tdep.c. */ |