The syscall numbers in unicore32 are correct because we have two ABIs for 32
bits.
In qemu, it's old ABI, while in kernel, it's new ABI.
However, for now, old ABI is widely used for unicore32's applications.
Thanks and Regards,
Xuetao Guan
- Peter Maydell 写道:
> On 13 January 2014 12:33,
I'm sorry, but what's exactly your meaning?
Change linux-user/unicore32/syscall_nr.h to be the same as linux kernel.
Or, we will use include/*/unistd.h in linux kernel directly, by copying or
referencing.
Thanks,
Guan Xuetao
- Peter Maydell 写道:
> On 13 January 2014 15:1
- Andreas Färber 写道:
> Am 26.05.2014 11:57, schrieb Alexander Graf:
> >
> > Any reason we're so incredibly inconsistent in what we do during realize
> > with reset? I would really prefer to ensure we're doing the same thing
> > on all targets.
> >
> >
> > Alex
> >
> > $ grep -R -A 3 -B 3