mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-05-16 14:41:28 +00:00
AOTFuncContext: Remove a stale comment (#2283)
This commit is contained in:
parent
4fcc056178
commit
92e073b8ce
|
@ -154,8 +154,6 @@ typedef struct AOTFuncContext {
|
||||||
AOTFunc *aot_func;
|
AOTFunc *aot_func;
|
||||||
LLVMValueRef func;
|
LLVMValueRef func;
|
||||||
LLVMTypeRef func_type;
|
LLVMTypeRef func_type;
|
||||||
/* LLVM module for this function, note that in LAZY JIT mode,
|
|
||||||
each aot function belongs to an individual module */
|
|
||||||
LLVMModuleRef module;
|
LLVMModuleRef module;
|
||||||
AOTBlockStack block_stack;
|
AOTBlockStack block_stack;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user