dissect-sysfile: Eliminate harmless GCC warning.
authorBen Pfaff <blp@cs.stanford.edu>
Sat, 22 May 2010 18:28:51 +0000 (11:28 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Sat, 22 May 2010 18:28:51 +0000 (11:28 -0700)
tests/dissect-sysfile.c

index 6aff26502e9c8aaff4ba1158e771ba531f1ef4a3..8aadc319445ed7f6e02b4ba169f7ceddc30e8bd2 100644 (file)
@@ -1080,6 +1080,7 @@ read_compressed_data (struct sfm_reader *r)
   printf ("\n%08llx: compressed data:\n", (long long int) ftello (r->file));
 
   opcode_idx = N_OPCODES;
+  opcode_ofs = 0;
   case_num = 0;
   for (case_num = 0; ; case_num++)
     {