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 65ef52e commit cfcfac8Copy full SHA for cfcfac8
system/lib/standalone/standalone.c
@@ -118,7 +118,7 @@ int getentropy(void* buffer, size_t length) {
118
extern void emscripten_notify_memory_growth(size_t memory_index);
119
120
// Should never be called in standalone mode
121
-void *emscripten_memcpy_big(void *restrict dest, const void *restrict src, size_t n) {
+void emscripten_memcpy_big(void *restrict dest, const void *restrict src, size_t n) {
122
__builtin_unreachable();
123
}
124
0 commit comments