Project

General

Profile

Actions

Bug #6277

closed

MMU translator does not support X<...>::Y

Added by Alexander Kamkin over 8 years ago. Updated over 8 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Andrei Tatarnikov
Category:
-
Target version:
Start date:
09/17/2015
Due date:
% Done:

100%

Estimated time:
Detected in build:
svn
Platform:
Published in build:
20150925

Description

    [javac] Compiling 1002 source files to F:\TOOLS\microtesk\gen\bin
    [javac] F:\TOOLS\microtesk\gen\src\java\ru\ispras\microtesk\model\armv8\mmu\spec\AArch64TranslationTableWalkFS1Repeat.java:301: error: no suitable method found for rcat(IntegerField,IntegerVariable)
    [javac]       this.ASSIGN_6 = new MmuAction(name + ".ASSIGN_6", new MmuBinding(input.addrdesc.paddress.physicaladdress, MmuExpression.rcat(input.baseaddress.field(12, 47), input.indexArm)));
    [javac]                                                                                                                              ^
    [javac]     method MmuExpression.rcat(List<IntegerField>) is not applicable
    [javac]       (actual and formal argument lists differ in length)
    [javac]     method MmuExpression.rcat(IntegerField...) is not applicable
    [javac]       (argument type IntegerVariable does not conform to vararg element type IntegerField)
    [javac] F:\TOOLS\microtesk\gen\src\java\ru\ispras\microtesk\model\armv8\mmu\spec\AArch64TranslationTableWalkRepeat.java:224: error: no suitable method found for rcat(IntegerField,IntegerVariable)
    [javac]       this.ASSIGN_6 = new MmuAction(name + ".ASSIGN_6", new MmuBinding(input.addrdesc.paddress.physicaladdress, MmuExpression.rcat(input.baseaddress.field(12, 47), input.indexArm)));
    [javac]                                                                                                                              ^
    [javac]     method MmuExpression.rcat(List<IntegerField>) is not applicable
    [javac]       (actual and formal argument lists differ in length)
    [javac]     method MmuExpression.rcat(IntegerField...) is not applicable
    [javac]       (argument type IntegerVariable does not conform to vararg element type IntegerField)
    [javac] 2 errors
Actions

Also available in: Atom PDF