diff options
Diffstat (limited to 'hash.cxx')
-rw-r--r-- | hash.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -94,6 +94,7 @@ find_hash (systemtap_session& s, const string& script) h.add(s.architecture); // Hash user-specified arguments (that change the generated module). + h.add(s.bulk_mode); for (unsigned i = 0; i < s.macros.size(); i++) h.add(s.macros[i]); |