Skip to content
Snippets Groups Projects
Commit 6649a172 authored by Jo-Philipp Wich's avatar Jo-Philipp Wich
Browse files

Revert "devel/strace: fix build on mpc85xx target"


This reverts commit 519a199c.

Multiple users have reported building failures on ARM architectures, e.g.:

    In file included from defs.h:42:0,
                     from process.c:37:
    process.c:51:22: error: 'struct user_regs' has no member named 'ARM_r0'
     #define uoff(member) offsetof(struct user, member)
                          ^
    ./linux/arm/userent.h:1:3: note: in expansion of macro 'uoff'
     { uoff(regs.ARM_r0), "r0" },
       ^

Signed-off-by: default avatarJo-Philipp Wich <jo@mein.io>
parent 36cccbb2
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment