Skip to content

Commit e90c817

Browse files
authored
flambda-backend: NO_PROFINFO is 0 (#2426)
1 parent 0d9efda commit e90c817

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

runtime4/caml/mlvalues.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,7 @@ originally built for Spacetime profiling, hence the odd name.
125125
#ifdef WITH_PROFINFO
126126
#define PROFINFO_SHIFT (Gen_profinfo_shift(PROFINFO_WIDTH))
127127
#define PROFINFO_MASK (Gen_profinfo_mask(PROFINFO_WIDTH))
128-
/* Use NO_PROFINFO to debug problems with profinfo macros */
129-
#define NO_PROFINFO 0xff
128+
#define NO_PROFINFO 0
130129
#define Hd_no_profinfo(hd) ((hd) & ~(PROFINFO_MASK << PROFINFO_SHIFT))
131130
#define Wosize_hd(hd) ((mlsize_t) ((Hd_no_profinfo(hd)) >> 10))
132131
#define Profinfo_hd(hd) (Gen_profinfo_hd(PROFINFO_WIDTH, hd))

0 commit comments

Comments
 (0)