build fix

This commit is contained in:
Flyinghead 2020-01-20 13:27:04 +01:00
parent 3e6bef3cc0
commit 81c7c37707
1 changed files with 2 additions and 0 deletions

View File

@ -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,