Fix reset vector
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4917 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
3d5be8709b
commit
8eba209e33
@ -903,7 +903,7 @@ void cpu_reset(CPUSPARCState *env)
|
||||
#ifdef TARGET_SPARC64
|
||||
env->pstate = PS_PRIV;
|
||||
env->hpstate = HS_PRIV;
|
||||
env->pc = 0x1fff0000000ULL;
|
||||
env->pc = 0x1fff0000020ULL; // XXX should be different for system_reset
|
||||
env->tsptr = &env->ts[env->tl];
|
||||
#else
|
||||
env->pc = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user