]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
minor
authorNicholas Nethercote <n.nethercote@gmail.com>
Tue, 6 Jul 2004 22:46:41 +0000 (22:46 +0000)
committerNicholas Nethercote <n.nethercote@gmail.com>
Tue, 6 Jul 2004 22:46:41 +0000 (22:46 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2459

cachegrind/cg_main.c

index 555ba0bf0241088d4dc567d3068a9e9f1af95493..da298385698577211449633b5ab6fc4b64d2d506 100644 (file)
@@ -471,6 +471,8 @@ void end_of_x86_instr(UCodeBlock* cb, instr_info* i_node, Bool bb_seen_before,
       }
    }
 #undef IS_
+#undef INV
+
    // Setup 1st arg: CC addr
    do_details( i_node, bb_seen_before, instr_addr, instr_size, data_size );
    t_CC_addr = newTemp(cb);