Messages in this thread |  | | | Date | Fri, 24 Dec 1999 11:23:18 +0100 | | From | Wichert Akkerman <> | | Subject | strace needs oop-instruction for ARM |
| |
straec currently fails to trace fork() on the ARM architecture since it doesn't have the right loop instruction for that architecture:
#if defined (I386) #define LOOP 0x0000feeb #elif defined(ARM) #define LOOP -1 /* almost certainly wrong, jws */ Can someone tell me what the proper instruction is?
Wichert.
-- _________________________________________________________________ / Generally uninteresting signature - ignore at your convenience \ | wichert@liacs.nl http://www.liacs.nl/~wichert/ | | 1024D/2FA3BC2D 576E 100B 518D 2F16 36B0 2805 3CB8 9250 2FA3 BC2D | [unhandled content-type:application/pgp-signature]
|  |