Commit e71cc6b2 authored by Vladimir Malenovsky's avatar Vladimir Malenovsky
Browse files

move the defition of the macro FRAMES_PER_SECOND to wmc_tool.c

parent 76f6fca6
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -47,6 +47,7 @@ int cntr_push_pop = 0; /* global counter for checking balanced push_wmops()/pop_
#define MAX_NUM_RECORDS_REALLOC_STEP 50  /* When re-allocating the list of records, increase the number of records by this number */
#define MAX_CALL_TREE_DEPTH          100 /* maximum depth of the function call tree */
#define DOUBLE_MAX                   0x80000000
#define FRAMES_PER_SECOND            50.0
#define FAC                          ( FRAMES_PER_SECOND / 1e6 )
#define PROM_INST_SIZE               32 /* number of bits of each program instruction when stored in the PROM memory (applied only when the user selects reporting in bytes) */

+0 −1
Original line number Diff line number Diff line
@@ -30,7 +30,6 @@
#pragma GCC system_header
#endif

#define FRAMES_PER_SECOND 50.0
#define ENH_32_BIT_OPERATOR
#define ENH_64_BIT_OPERATOR
#define ENH_U_32_BIT_OPERATOR