Continue work on RX600 port - work in progress.

This commit is contained in:
Richard Barry 2010-08-13 17:37:36 +00:00
parent 3e4eb6e7ae
commit 6052827afe
6 changed files with 187 additions and 40 deletions

View file

@ -103,7 +103,8 @@ void PowerON_Reset_PC(void)
// _CALL_INIT(); // Remove the comment when you use global class object
set_psw(PSW_init); // Set Ubit & Ibit for PSW
Change_PSW_PM_to_UserMode(); // Change PSW PMbit (SuperVisor->User)
// Change_PSW_PM_to_UserMode(); // Change PSW PMbit (SuperVisor->User)
( void ) Change_PSW_PM_to_UserMode;
main();