Skip to content

Commit b2ec998

Browse files
authored
Make language checks pass in dlmalloc.c
1 parent 4658716 commit b2ec998

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Guest/Sources/dlmalloc/src/dlmalloc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
// WebAssembly doesn't support shrinking linear memory.
1313
#define MORECORE_CANNOT_TRIM 1
1414

15-
// Disable sanity checks to reduce code size.
15+
// Disable checks to reduce code size.
1616
#define ABORT __builtin_unreachable()
1717

1818
// If threads are enabled, enable support for threads.

0 commit comments

Comments
 (0)