mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
Use getpagesize()
Sat Apr 30 16:57:23 2005 Soeren Sandmann <sandmann@redhat.com> * process.c (PAGE_SIZE): Use getpagesize() * TODO: More updates
This commit is contained in:
committed by
Søren Sandmann Pedersen
parent
914d8bf668
commit
6906804784
2
sfile.c
2
sfile.c
@ -862,7 +862,7 @@ handle_begin_element (GMarkupParseContext *parse_context,
|
||||
return;
|
||||
}
|
||||
|
||||
/* FIXME: is there really a reason to add begin/end instructions for values? */
|
||||
/* FIXME - not10: is there really a reason to add begin/end instructions for values? */
|
||||
instruction.name = g_strdup (element_name);
|
||||
instruction.kind = BEGIN;
|
||||
g_array_append_val (build->instructions, instruction);
|
||||
|
||||
Reference in New Issue
Block a user