Project

General

Profile

Actions

Bug #7229

open

Unsupported assignment to mode

Added by Mikhail Chupilko almost 8 years ago. Updated about 1 year ago.

Status:
New
Priority:
Normal
Category:
nML Translator
Target version:
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

Also available in: Atom PDF