Review Board 2.0.15


Ruby: Fix a bug when issuing unaligned writes to memory

Review Request #2653 - Created Feb. 9, 2015 and discarded

Information
Jason Lowe-Power
gem5
default
Reviewers
Default
Changeset 10682:ec7eb7b7317a
---------------------------
Ruby: Fix a bug when issuing unaligned writes to memory
Before, the write size for unaligned writes was wrong and
after the write completes, Ruby needs the aligned address

   

Issue Summary

1 0 1 0
Review request changed
Updated (Feb. 10, 2015, 8:08 a.m.)

Status: Discarded

Change Summary:

After further testing, this patch isn't totally correct. There are cases that unaligned accesses are OK.