On 27 May 2016 at 16:06, Peter Maydell <peter.mayd...@linaro.org> wrote:
>  return_ERESTARTSYS:
>          /* code path when we didn't execute the syscall */
> +        .cfi_restore_state
>          mov     $-TARGET_ERESTARTSYS, %rax
>          pop     %rbp
> +        .cfi_def_cfa_offset 8
> +        .cfi_restore ebp

These should read '.cfi_restore rbp'. I have no idea how that got through
testing since it doesn't compile at all...

thanks
-- PMM

Reply via email to