Revision 4e9f8537 target-mips/op_helper.c

b/target-mips/op_helper.c
62 62
    do_raise_exception_direct_err (exception, 0);
63 63
}
64 64

  
65
#define MEMSUFFIX _raw
66
#include "op_helper_mem.c"
67
#undef MEMSUFFIX
68
#if !defined(CONFIG_USER_ONLY)
69
#define MEMSUFFIX _user
70
#include "op_helper_mem.c"
71
#undef MEMSUFFIX
72
#define MEMSUFFIX _kernel
73
#include "op_helper_mem.c"
74
#undef MEMSUFFIX
75
#endif
76

  
77 65
#if defined(TARGET_MIPSN32) || defined(TARGET_MIPS64)
78 66
#if TARGET_LONG_BITS > HOST_LONG_BITS
79 67
/* Those might call libgcc functions.  */

Also available in: Unified diff