Project

General

Profile

Actions

Support #6043

closed

Data allocation stopped working

Added by Mikhail Chupilko almost 9 years ago. Updated almost 9 years ago.

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

100%

Estimated time:

Description

Is it a new feature?

Data starts: 0
Data ends:   96
Data count:  24

Data values:
Error: The 0 index is invalid for the M resource.

    data {
      label :data
      dword rand(1, 9), rand(1, 9), rand(1, 9), rand(1, 9),
           rand(1, 9), rand(1, 9), rand(1, 9), rand(1, 9),
           rand(1, 9), rand(1, 9), rand(1, 9), rand(1, 9)
      label :end
      space 1
    }
Actions #1

Updated by Mikhail Chupilko almost 9 years ago

  • Subject changed from Data allocation stoped working to Data allocation stopped working
Actions #2

Updated by Andrei Tatarnikov almost 9 years ago

This is strange. miniMIPS examples work fine. I need to try this with ARM examples.

Actions #3

Updated by Andrei Tatarnikov almost 9 years ago

I have made some changes in this functinality (int is replaced with BigInteger). This may fix some problems. Please try again.

Actions #4

Updated by Mikhail Chupilko almost 9 years ago

    [mkdir] Created dir: C:\work\microtesk\bin\microtesk
    [javac] Compiling 315 source files to C:\work\microtesk\bin\microtesk
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.7
    [javac] C:\work\microtesk\src\main\java\core\ru\ispras\microtesk\model\api\tarmac\LogPrinter.java:54: error: cannot find symbol
    [javac]   public void addRecord(final Record record) {
    [javac]                               ^
    [javac]   symbol:   class Record
    [javac]   location: class LogPrinter
    [javac] 1 error
    [javac] 1 warning
Actions #5

Updated by Andrei Tatarnikov almost 9 years ago

Try once more...

Actions #6

Updated by Mikhail Chupilko almost 9 years ago

  • Status changed from New to Resolved

OK! It works even with the following mem type

mem M [2 ** 64, DWORD]

Actions #7

Updated by Andrei Tatarnikov almost 9 years ago

  • Status changed from Resolved to Closed
  • % Done changed from 0 to 100
Actions

Also available in: Atom PDF