| 518 | }; |
| 519 | |
| 520 | static int |
| 521 | leapcount(ATTRIBUTE_MAYBE_UNUSED struct state const *sp) |
| 522 | { |
| 523 | #if TZ_RUNTIME_LEAPS |
| 524 | return sp->leapcnt; |
| 525 | #else |
| 526 | return 0; |
| 527 | #endif |
| 528 | } |
| 529 | static void |
| 530 | set_leapcount(ATTRIBUTE_MAYBE_UNUSED struct state *sp, |
| 531 | ATTRIBUTE_MAYBE_UNUSED int leapcnt) |
no outgoing calls
no test coverage detected