($0,$1,$2)
| 16669 | STACKTOP = sp;return 0; |
| 16670 | } |
| 16671 | function _unixGetLastError($0,$1,$2) { |
| 16672 | $0 = $0|0; |
| 16673 | $1 = $1|0; |
| 16674 | $2 = $2|0; |
| 16675 | var $3 = 0, $4 = 0, label = 0, sp = 0; |
| 16676 | sp = STACKTOP; |
| 16677 | $3 = (___errno_location()|0); |
| 16678 | $4 = HEAP32[$3>>2]|0; |
| 16679 | return ($4|0); |
| 16680 | } |
| 16681 | function _unixCurrentTimeInt64($0,$1) { |
| 16682 | $0 = $0|0; |
| 16683 | $1 = $1|0; |
nothing calls this directly
no test coverage detected
searching dependent graphs…