File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -234,8 +234,8 @@ static void map_file(char **ram_loc, const char *name)
234
234
struct stat st ;
235
235
fstat (fd , & st );
236
236
237
- // EMSCRIPTEN: We don't currently support location hints for the address of the mapping
238
- // https://github.com/emscripten-core/emscripten/blob/52bc455316b2f44d3a94104776a335a5861ad73b/system/lib/libc/emscripten_mmap.c#L105
237
+ /* EMSCRIPTEN: We don't currently support location hints for the address of the mapping */
238
+ /* https://github.com/emscripten-core/emscripten/blob/52bc455316b2f44d3a94104776a335a5861ad73b/system/lib/libc/emscripten_mmap.c#L105 */
239
239
#if HAVE_MMAP && !defined(__EMSCRIPTEN__ )
240
240
/* remap to a memory region */
241
241
* ram_loc = mmap (* ram_loc , st .st_size , PROT_READ | PROT_WRITE ,
You can’t perform that action at this time.
0 commit comments