| 6918 | } |
| 6919 | |
| 6920 | static xo_xsf_flags_t |
| 6921 | xo_stack_flags (xo_xof_flags_t xflags) |
| 6922 | { |
| 6923 | if (xflags & XOF_DTRT) |
| 6924 | return XSF_DTRT; |
| 6925 | return 0; |
| 6926 | } |
| 6927 | |
| 6928 | static void |
| 6929 | xo_emit_top (xo_handle_t *xop, const char *ppn) |
no outgoing calls
no test coverage detected