(int p0)
| 159 | } |
| 160 | |
| 161 | @Export(name = "cabi_post_on-msg") |
| 162 | private static void wasmExportOnMsgPostReturn(int p0) { |
| 163 | |
| 164 | for (int index = 0; index < (Address.fromInt((p0) + 4).getInt()); ++index) { |
| 165 | int base = (Address.fromInt((p0) + 0).getInt()) + (index * 16); |
| 166 | Memory.free(Address.fromInt(Address.fromInt((base) + 0).getInt()), Address.fromInt((base) + 4).getInt(), 1); |
| 167 | Memory.free(Address.fromInt(Address.fromInt((base) + 8).getInt()), Address.fromInt((base) + 12).getInt(), 1); |
| 168 | |
| 169 | } |
| 170 | Memory.free(Address.fromInt(Address.fromInt((p0) + 0).getInt()), (Address.fromInt((p0) + 4).getInt()) * 16, 4); |
| 171 | |
| 172 | } |
| 173 | |
| 174 | } |
| 175 |
nothing calls this directly
no outgoing calls
no test coverage detected