| 4795 | } |
| 4796 | |
| 4797 | static int isfpp(int mnemo) |
| 4798 | { |
| 4799 | switch (mnemo) |
| 4800 | { |
| 4801 | case i_FPP: |
| 4802 | case i_FBcc: |
| 4803 | case i_FDBcc: |
| 4804 | case i_FTRAPcc: |
| 4805 | case i_FScc: |
| 4806 | case i_FRESTORE: |
| 4807 | case i_FSAVE: |
| 4808 | return 1; |
| 4809 | } |
| 4810 | return 0; |
| 4811 | } |
| 4812 | |
| 4813 | static void outbytes(const TCHAR *s, uaecptr addr) |
| 4814 | { |
no outgoing calls
no test coverage detected