Mark fwait as block boundary again (fixes qnx hanging)

This commit is contained in:
Fabian 2020-12-31 19:14:33 -06:00
parent 6d540da487
commit b43a5f4818

View file

@ -202,7 +202,7 @@ const encodings = [
{ opcode: 0x98, os: 1, custom: 1 },
{ opcode: 0x99, os: 1, custom: 1 },
{ opcode: 0x9A, os: 1, imm1632: 1, extra_imm16: 1, skip: 1, block_boundary: 1, }, // callf
{ opcode: 0x9B, skip: 1, }, // fwait: block_boundary since it uses non-raising cpu exceptions
{ opcode: 0x9B, block_boundary: 1, skip: 1, }, // fwait: block_boundary since it uses non-raising cpu exceptions
{ opcode: 0x9C, os: 1, custom: 1 },
{ opcode: 0x9D, os: 1, skip: 1, custom: 1, },
{ opcode: 0x9E, custom: 1 },