diff options
Diffstat (limited to 'plugins/lnxsyscalls')
-rw-r--r-- | plugins/lnxsyscalls/writer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/lnxsyscalls/writer.c b/plugins/lnxsyscalls/writer.c index caa5501..2334596 100644 --- a/plugins/lnxsyscalls/writer.c +++ b/plugins/lnxsyscalls/writer.c @@ -213,7 +213,7 @@ void write_all_comments(comment_writer *writer, GPreloadInfo *preload) if (comment == NULL) { comment = g_db_comment_new_inlined(&target->addr, BLF_HAS_CODE, false); - g_db_item_set_volatile(G_DB_ITEM(comment), true); + g_db_item_add_flag(G_DB_ITEM(comment), DIF_VOLATILE); g_object_ref(G_OBJECT(comment)); |