[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

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 |

Attachment: pgpHtBVrctZhp.pgp
Description: PGP signature


Reply to: