mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-07-15 08:48:33 +00:00
fix coding guideline check
This commit is contained in:
parent
6a7292d3a6
commit
b8aea3af28
|
@ -9294,7 +9294,7 @@ jit_codegen_init()
|
||||||
a.jne(imm);
|
a.jne(imm);
|
||||||
|
|
||||||
char *stream_old = (char *)a.code()->sectionById(0)->buffer().data()
|
char *stream_old = (char *)a.code()->sectionById(0)->buffer().data()
|
||||||
+ a.code()->sectionById(0)->buffer().size();
|
+ a.code()->sectionById(0)->buffer().size();
|
||||||
|
|
||||||
/* If yes, call jit_set_exception_with_id to throw exception,
|
/* If yes, call jit_set_exception_with_id to throw exception,
|
||||||
and then set eax to JIT_INTERP_ACTION_THROWN, and jump to
|
and then set eax to JIT_INTERP_ACTION_THROWN, and jump to
|
||||||
|
|
Loading…
Reference in New Issue
Block a user