()
| 519 | } |
| 520 | |
| 521 | function initRuntime() { |
| 522 | assert(!runtimeInitialized); |
| 523 | runtimeInitialized = true; |
| 524 | |
| 525 | checkStackCookie(); |
| 526 | |
| 527 | |
| 528 | if (!Module["noFSInit"] && !FS.init.initialized) |
| 529 | FS.init(); |
| 530 | FS.ignorePermissions = false; |
| 531 | |
| 532 | TTY.init(); |
| 533 | callRuntimeCallbacks(__ATINIT__); |
| 534 | } |
| 535 | |
| 536 | function preMain() { |
| 537 | checkStackCookie(); |
no test coverage detected