arc: clang compile fix. (nw)

This commit is contained in:
Curt Coder 2014-12-04 22:04:07 +02:00
parent c0fa75215f
commit e6656b5326

View File

@ -53,7 +53,7 @@ private:
// 62 = Long Immediate Data Indicator
// 63 = Short Immediate Data Indicator NOT Settings Flag
UINT32 m_pc;
UINT32 m_r[64];
//UINT32 m_r[64];
address_space *m_program;