Project

General

Profile

Actions

Bug #6452

closed

Incorrect result of MMU translation

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

Status:
Closed
Priority:
Urgent
Assignee:
Andrei Tatarnikov
Category:
-
Target version:
Start date:
11/26/2015
Due date:
% Done:

100%

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

Description

segment KSEG1(va: VA) = (pa: PA)
  var zero: 7
  read  = {
    zero = 0;
    pa.value = zero::va.value<28..0>;
  }
va=FFFFFFFFA08075E0, pa=00403AF000

The correct result should be pa=8075E0.

Actions #1

Updated by Andrei Tatarnikov over 8 years ago

  • Status changed from New to Resolved
  • % Done changed from 0 to 100

Fixed incorrect order of concatenation in MMU simulator - r5675.

Actions #2

Updated by Andrei Tatarnikov over 8 years ago

  • Status changed from Resolved to Closed
  • Published in build set to 2.3.12
Actions

Also available in: Atom PDF