Actions
Bug #7229
openUnsupported assignment to mode
Start date:
05/19/2016
Due date:
% Done:
0%
Estimated time:
Detected in build:
svn
Platform:
Published in build:
Description
op set_REG_32(rd: REG_32, value: WORD) action = { rd.action; REG(reg_number) = coerce(DWORD, value); }
Will cause "unsupported construct" interruption of tree building.
Actions