mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-30 07:25:50 +00:00
fix for #33
This commit is contained in:
@@ -332,7 +332,8 @@ check_guard(
|
||||
uint8_t block_type = wasm[i];
|
||||
if ((block_type >= 0x7CU && block_type <= 0x7FU) ||
|
||||
block_type == 0x7BU || block_type == 0x70U ||
|
||||
block_type == 0x7BU || block_type == 0x40U)
|
||||
block_type == 0x7BU || block_type == 0x40U ||
|
||||
block_type == 0x6FU)
|
||||
{
|
||||
ADVANCE(1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user