We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff0e6ed commit aaaa080Copy full SHA for aaaa080
src/rtlib/profile_calls.c
@@ -26,7 +26,7 @@
26
#if !defined(fmtlld)
27
#if defined(PRId64)
28
#define fmtlld PRId64
29
- #elif defined(FB_LL_FMTMOD)
+ #elif defined(FB_LL_FMTMOD)
30
#define fmtlld "%12" FB_LL_FMTMOD "d"
31
#else
32
#define fmtlld "%12lld"
src/rtlib/profile_cycles.c
@@ -97,7 +97,7 @@ typedef struct _FB_PROFILER_CYCLES
97
/* FIXME: creating a library with other sections causes dxe3gen to fail
98
** when building the DXE dynamic link library support for DOS
99
*/
100
-#if !defined(HOST_DOS)
+#if !defined(HOST_DOS)
101
102
/* make sure there is at least one record in the profile data section */
103
static FB_PROFILE_RECORD_VERSION
0 commit comments