implement atomic opcode in AOT/JIT (#329)
This commit is contained in:
@ -18,7 +18,8 @@ static char *exce_block_names[] = {
|
||||
"exce_undefined_element", /* EXCE_UNDEFINED_ELEMENT */
|
||||
"exce_uninit_element", /* EXCE_UNINITIALIZED_ELEMENT */
|
||||
"exce_call_unlinked", /* EXCE_CALL_UNLINKED_IMPORT_FUNC */
|
||||
"exce_native_stack_overflow" /* EXCE_NATIVE_STACK_OVERFLOW */
|
||||
"exce_native_stack_overflow", /* EXCE_NATIVE_STACK_OVERFLOW */
|
||||
"exce_unaligned_atomic" /* EXCE_UNALIGNED_ATOMIC */
|
||||
};
|
||||
|
||||
bool
|
||||
|
||||
Reference in New Issue
Block a user