[ox] Fix GBA build

This commit is contained in:
2020-05-17 04:20:43 -05:00
parent f1110bd849
commit 2dad1688b5
6 changed files with 6 additions and 15 deletions

View File

@@ -181,7 +181,7 @@ void MetalClawWriter::setTypeInfo(const char*, int fields) {
m_fields = fields;
m_fieldPresence.setFields(fields);
m_buffIt = m_fieldPresence.getMaxLen();
memset(m_buff, 0, m_buffIt);
ox_memset(m_buff, 0, m_buffIt);
}
template<typename T>