dyncom: Switch the app and system cores into the correct mode at initialization

This commit is contained in:
Lioncash
2015-02-12 15:11:39 -05:00
parent c3211c9c80
commit b7fac494cd
5 changed files with 21 additions and 17 deletions

View File

@ -13,7 +13,7 @@
class ARM_DynCom final : virtual public ARM_Interface {
public:
ARM_DynCom();
ARM_DynCom(PrivilegeMode initial_mode);
~ARM_DynCom();
void SetPC(u32 pc) override;