This commit is contained in:
Phillip Stephens 2016-03-28 17:10:47 -07:00
parent 51fadb2894
commit 9a96d4025d
1 changed files with 1 additions and 1 deletions

View File

@ -358,7 +358,7 @@ void DPSM<IDType>::write(athena::io::IStreamWriter& w) const
if (x5c_24_DMAB)
w.writeBytes("DMABCNST\x01", 9);
if (x5c_25_DMOO)
w.writeBytes("DMABCNST\x01", 9);
w.writeBytes("DMOOCNST\x01", 9);
w.writeBytes("_END", 4);
}