mirror of
https://github.com/mii443/qemu.git
synced 2025-12-09 22:18:23 +00: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:
@@ -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],
|
||||
|
||||
Reference in New Issue
Block a user