File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -191,7 +191,8 @@ struct Ctx {
191
191
DefinedData *firstPageEnd;
192
192
193
193
// __wasm_init_memory_flag
194
- // Symbol whose contents are nonzero iff memory has already been initialized.
194
+ // Symbol whose contents are nonzero iff memory has already been
195
+ // initialized.
195
196
DefinedData *initMemoryFlag;
196
197
197
198
// __wasm_init_memory
@@ -244,8 +245,8 @@ struct Ctx {
244
245
DefinedData *definedMemoryBase;
245
246
246
247
// __indirect_function_table
247
- // Used as an address space for function pointers, with each function that is
248
- // used as a function pointer being allocated a slot.
248
+ // Used as an address space for function pointers, with each function that
249
+ // is used as a function pointer being allocated a slot.
249
250
TableSymbol *indirectFunctionTable;
250
251
};
251
252
WasmSym sym;
You can’t perform that action at this time.
0 commit comments