]> git.wh0rd.org Git - ICEs.git/blob - 133948/bad-code.c
initial import
[ICEs.git] / 133948 / bad-code.c
1 void slp_switch(void)
2 {
3         void *_cstprev;
4         int *stackref;
5         asm("mr %0, 1": "=r"(stackref));
6         if (_cstprev)
7                 if (slp_cstack_new(stackref) == 0)
8                         return;
9 }