Revision e2eef170 target-cris/op_helper.c

b/target-cris/op_helper.c
24 24
#include "mmu.h"
25 25
#include "helper.h"
26 26

  
27
#define D(x)
28

  
29
#if !defined(CONFIG_USER_ONLY)
30

  
27 31
#define MMUSUFFIX _mmu
28 32

  
29 33
#define SHIFT 0
......
38 42
#define SHIFT 3
39 43
#include "softmmu_template.h"
40 44

  
41
#define D(x)
42

  
43 45
/* Try to fill the TLB and return an exception if error. If retaddr is
44 46
   NULL, it means that the function was called in C code (i.e. not
45 47
   from generated code or from helper.c) */
......
78 80
    env = saved_env;
79 81
}
80 82

  
83
#endif
84

  
81 85
void helper_raise_exception(uint32_t index)
82 86
{
83 87
	env->exception_index = index;

Also available in: Unified diff