diff options
Diffstat (limited to 'linux-user/elfload.c')
-rw-r--r-- | linux-user/elfload.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/linux-user/elfload.c b/linux-user/elfload.c index fbfa3b0de5..ab5a74e49a 100644 --- a/linux-user/elfload.c +++ b/linux-user/elfload.c @@ -329,7 +329,6 @@ static inline void init_thread(struct target_pt_regs *_regs, struct image_info * abi_ulong entry, toc; #endif - _regs->msr = 1 << MSR_PR; /* Set user mode */ _regs->gpr[1] = infop->start_stack; #if defined(TARGET_PPC64) && !defined(TARGET_ABI32) entry = ldq_raw(infop->entry) + infop->load_addr; |