* regcache.h (struct thread_info): Forward declare.
[deliverable/binutils-gdb.git] / gdb / gdbserver / i387-fp.h
index 0c5127d136fa6ad6a28e31f39b7c18a3a458e91a..d1e068182fe64d6a2ba65b43bdb3cb8dadb8179c 100644 (file)
 #ifndef I387_FP_H
 #define I387_FP_H
 
-void i387_cache_to_fsave (void *buf);
-void i387_fsave_to_cache (const void *buf);
+void i387_cache_to_fsave (struct regcache *regcache, void *buf);
+void i387_fsave_to_cache (struct regcache *regcache, const void *buf);
 
-void i387_cache_to_fxsave (void *buf);
-void i387_fxsave_to_cache (const void *buf);
+void i387_cache_to_fxsave (struct regcache *regcache, void *buf);
+void i387_fxsave_to_cache (struct regcache *regcache, const void *buf);
 
 extern int num_xmm_registers;
 
This page took 0.024868 seconds and 4 git commands to generate.