diff options
Diffstat (limited to 'gdb/arch/amd64.h')
-rw-r--r-- | gdb/arch/amd64.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/arch/amd64.h b/gdb/arch/amd64.h index 0821a7c..22c63d2 100644 --- a/gdb/arch/amd64.h +++ b/gdb/arch/amd64.h @@ -18,4 +18,5 @@ #include "tdesc.h" #include <stdint.h> -target_desc *amd64_create_target_description (uint64_t xcr0, bool is_x32); +target_desc *amd64_create_target_description (uint64_t xcr0, bool is_x32, + bool is_linux); |