[ion] Fix a register size wrongly defined

This commit is contained in:
Émilie Feral
2018-08-23 18:02:32 +02:00
parent 4613dd9d8f
commit e303570e16

View File

@@ -63,7 +63,7 @@ public:
};
class PSC : public Register16 {};
class ARR : public RegisterWidth {};
class ARR : public Register16 {};
class CCR1 : public RegisterWidth {};
class CCR2 : public RegisterWidth {};
class CCR3 : public RegisterWidth {};