Actions
Bug #8674
closedIncorrect memory preparator in miniMIPS demo
Start date:
01/17/2018
Due date:
% Done:
100%
Estimated time:
Detected in build:
svn
Platform:
Published in build:
Description
In sw t0, 0, t1
, t0
holds data and t1
holds a base.
memory_preparator(:size => 32) { la t0, address prepare t1, value sw t0, 0, t1 }
Actions