Project

General

Profile

Actions

Bug #11695

open

error: cannot find symbol (зависимость mode от op)

Added by Alexander Protsenko almost 2 years ago. Updated about 1 year ago.

Status:
New
Priority:
Normal
Category:
nML Translator
Target version:
Start date:
06/28/2022
Due date:
% Done:

0%

Estimated time:
Detected in build:
git
Platform:
Published in build:

Description

Описание ошибки:

internal op imm4_syntax_i32(imm: imm4)
  init   = {}
  syntax = format("0x%x", sign_extend(i32, imm))

mode BRANCH_IMM4(imm: int(4)) = imm
  init = {
    jump_imm4 = imm;
  }
  syntax = format("%s", imm4_syntax_i32(imm).syntax)
  image = format("%s", imm)

Ошибка:

mode\BRANCH_IMM4.java:72: error: cannot find symbol
    return String.format("%s", new imm4_syntax_i32(imm).text(vars__));
                                   ^
  symbol:   class imm4_syntax_i32
  location: class BRANCH_IMM4

В BRANCH_IMM4.java отсутствует импорт imm4_syntax_i32.

Actions #1

Updated by Alexander Protsenko about 1 year ago

  • Target version set to 2.6
Actions

Also available in: Atom PDF