| 5027 | } |
| 5028 | |
| 5029 | static void exception_cpu(const char *s) |
| 5030 | { |
| 5031 | if (need_exception_oldpc) { |
| 5032 | out("Exception_cpu_oldpc(%s,oldpc);\n", s); |
| 5033 | } else { |
| 5034 | out("Exception_cpu(%s);\n", s); |
| 5035 | } |
| 5036 | } |
| 5037 | static void exception_oldpc(void) |
| 5038 | { |
| 5039 | if (need_exception_oldpc) { |