2002-06-11 Daniel Jacobowitz <drow@mvista.com>
[deliverable/binutils-gdb.git] / gdb / gdbserver / i387-fp.h
index 90fe4ca6eb7c62396d611bcd3c736cebf261fdce..d28c4228830eacb3b6c6b3458704e451e3f30522 100644 (file)
 #define I387_FP_H
 
 void i387_cache_to_fsave (void *buf);
-void i387_fsave_to_cache (void *buf);
+void i387_fsave_to_cache (const void *buf);
 
 void i387_cache_to_fxsave (void *buf);
-void i387_fxsave_to_cache (void *buf);
+void i387_fxsave_to_cache (const void *buf);
 
 extern int num_xmm_registers;
 
This page took 0.024526 seconds and 4 git commands to generate.