Revision 8a57a6c7

b/linux-user/elfload.c
677 677
    regs->pc = infop->entry;
678 678
    regs->ps = 8;
679 679
    regs->usp = infop->start_stack;
680
    regs->unique = infop->start_data; /* ? */
681
    printf("Set unique value to " TARGET_FMT_lx " (" TARGET_FMT_lx ")\n",
682
           regs->unique, infop->start_data);
683 680
}
684 681

  
685 682
#define ELF_EXEC_PAGESIZE        8192

Also available in: Unified diff