Skip to content

Commit

Permalink
Probably not that simple...
Browse files Browse the repository at this point in the history
rowleya committed Oct 16, 2023
1 parent 3dcc994 commit 6729acd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -125,7 +125,7 @@ protected void writeRegion(HasCoreLocation core,
var address = baseAddress;
for (var buf : content) {
var data = buf.duplicate();
var size = buf.remaining();
var size = data.remaining();
txrx.writeMemory(core.getScampCore(), address, data);
address.add(size);
}

0 comments on commit 6729acd

Please sign in to comment.