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