mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
Remove old commented out code
2006-08-27 Soren Sandmann <sandmann@redhat.com> * binparser.c: Remove old commented out code 2006-08-27 Soren Sandmann <sandmann@redhat.com> * module/Makefile ($(MODULE).o): Add dependency on sysprof-module.h * elfparser.c (elf_parser_get_eh_frame): Add this function. Remove some commented out code.
This commit is contained in:
committed by
Søren Sandmann Pedersen
parent
2c04f6e200
commit
b7cf5d34b8
@ -44,9 +44,11 @@ main ()
|
||||
return -1;
|
||||
}
|
||||
|
||||
g_print ("eh frame starts at %p\n", elf_parser_get_eh_frame (elf));
|
||||
|
||||
elf_parser_get_crc32 (elf);
|
||||
|
||||
for (i = 0; i < 5000000; ++i)
|
||||
for (i = 0; i < 1; ++i)
|
||||
{
|
||||
elf_parser_get_crc32 (elf);
|
||||
check (elf, 0x077c80f0 - (0x07787000 - 0)); /* gtk_about_dialog_set_artists (add - (map - offset)) */
|
||||
|
||||
Reference in New Issue
Block a user