sim: constify sim_write source buffer (part 2)
[deliverable/binutils-gdb.git] / sim / mips / interp.c
index 5516e0021acca3a671b7c32ec3c29674fa8c51e7..a276d06f9bd0a09407415d4fd074e8fe3ae9267c 100644 (file)
@@ -862,7 +862,7 @@ int
 sim_write (sd,addr,buffer,size)
      SIM_DESC sd;
      SIM_ADDR addr;
-     unsigned char *buffer;
+     const unsigned char *buffer;
      int size;
 {
   int index;
This page took 0.023136 seconds and 4 git commands to generate.