Revision a062e36c target-ppc/translate_init.c

b/target-ppc/translate_init.c
162 162
    gen_op_load_tbu();
163 163
}
164 164

  
165
__attribute__ (( unused ))
166
static void spr_read_atbl (void *opaque, int sprn)
167
{
168
    gen_op_load_atbl();
169
}
170

  
171
__attribute__ (( unused ))
172
static void spr_read_atbu (void *opaque, int sprn)
173
{
174
    gen_op_load_atbu();
175
}
176

  
165 177
#if !defined(CONFIG_USER_ONLY)
166 178
static void spr_write_tbl (void *opaque, int sprn)
167 179
{
......
172 184
{
173 185
    gen_op_store_tbu();
174 186
}
187

  
188
__attribute__ (( unused ))
189
static void spr_write_atbl (void *opaque, int sprn)
190
{
191
    gen_op_store_atbl();
192
}
193

  
194
__attribute__ (( unused ))
195
static void spr_write_atbu (void *opaque, int sprn)
196
{
197
    gen_op_store_atbu();
198
}
175 199
#endif
176 200

  
177 201
#if !defined(CONFIG_USER_ONLY)

Also available in: Unified diff