mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-01 06:43:53 -06:00
Support for executing 32 bit SPARC32PLUS files for Sparc64 user emulator
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3378 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
bf367b5409
commit
cb33da57aa
9 changed files with 149 additions and 48 deletions
|
@ -564,6 +564,7 @@ void cpu_loop (CPUSPARCState *env)
|
|||
case 0x88:
|
||||
case 0x90:
|
||||
#else
|
||||
case 0x110:
|
||||
case 0x16d:
|
||||
#endif
|
||||
ret = do_syscall (env, env->gregs[1],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue