base code to call a syscall from ARM11 appcore

This commit is contained in:
bunnei 2014-04-10 23:26:12 -04:00
parent 01bedbf956
commit 2bde8f2856
5 changed files with 85 additions and 9 deletions

View file

@ -16,6 +16,8 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#include "core/hle/hle.h"
#include "arm_regformat.h"
#include "armdefs.h"
#include "armemu.h"
@ -4558,6 +4560,7 @@ ARMul_Emulate26 (ARMul_State * state)
// ARMul_OSHandleSWI (state, BITS (0, 23));
// break;
//}
HLE::CallSyscall(instr);
ARMul_Abort (state, ARMul_SWIV);
break;
}