2000-05-05 Michael Snyder <msnyder@seadog.cygnus.com>
[deliverable/binutils-gdb.git] / gdb / proc-api.c
index cbd1a68422328831e571e050e38701ed30bcebfd..7ee9bf3c189417d2cf03a763e644442235248954 100644 (file)
@@ -440,14 +440,14 @@ static off_t lseek_offset;
 int
 write_with_trace (fd, arg, len, file, line)
      int  fd;
-     int *arg;
+     long *arg;
      size_t len;
      char *file;
      int  line;
 {
   int  i;
   int ret;
-  int opcode = arg[0];
+  long opcode = arg[0];
 
   if (procfs_trace)
     {
This page took 0.023304 seconds and 4 git commands to generate.