2 20051110-2.c from the execute part of the gcc torture suite.
11 void add_unwind_adjustsp (long);
13 unsigned char bytes
[5];
18 add_unwind_adjustsp (long offset
)
23 o
= (long) ((offset
- 0x204) >> 2);
42 void testTortureExecute(void)
44 add_unwind_adjustsp (4132);
45 if (bytes
[0] != 0x88 || bytes
[1] != 0x07)