X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=tests%2Fdissect-sysfile.c;h=8aadc319445ed7f6e02b4ba169f7ceddc30e8bd2;hb=c0a213f7ed487273797d579bad952bca983240ba;hp=6aff26502e9c8aaff4ba1158e771ba531f1ef4a3;hpb=c17158f059ed075cbac2fd6e6b3be8ea9ba5de6c;p=pspp diff --git a/tests/dissect-sysfile.c b/tests/dissect-sysfile.c index 6aff26502e..8aadc31944 100644 --- a/tests/dissect-sysfile.c +++ b/tests/dissect-sysfile.c @@ -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++) {