Hello,

in linux-user/signal.c the code for AArch64 get_sigframe reads like this:

    if ((ka->sa_flags & SA_ONSTACK) && !sas_ss_flags(sp)) {

Shouldn't that be TARGET_SA_ONSTACK?

The same question applies to Microblaze and OpenRISC.

Thanks,

Laurent

Reply via email to