forked from Imagelibrary/binutils-gdb
* i386-linux-nat.c [! HAVE_PTRACE_GETFPXREGS] (fetch_fpxregs,
store_fpxregs): Return 0.
This commit is contained in:
@@ -505,8 +505,8 @@ dummy_sse_values (void)
|
||||
|
||||
#else
|
||||
|
||||
static int fetch_fpxregs (int tid) {}
|
||||
static int store_fpxregs (int tid, int regno) {}
|
||||
static int fetch_fpxregs (int tid) { return 0; }
|
||||
static int store_fpxregs (int tid, int regno) { return 0; }
|
||||
static void dummy_sse_values (void) {}
|
||||
|
||||
#endif /* HAVE_PTRACE_GETFPXREGS */
|
||||
|
||||
Reference in New Issue
Block a user