build fix
This commit is contained in:
parent
3e6bef3cc0
commit
81c7c37707
|
@ -341,6 +341,8 @@ typedef void RegWriteAddrFP(u32 addr, u32 data);
|
|||
*/
|
||||
enum RegStructFlags
|
||||
{
|
||||
REG_ACCESS_32=4,
|
||||
|
||||
REG_RF=8,
|
||||
REG_WF=16,
|
||||
REG_RO=32,
|
||||
|
|
Loading…
Reference in New Issue