Revision 3e18c6bf

b/target-cris/op_helper.c
164 164

  
165 165
			D_LOG("tlb flush vaddr=%x v=%d pc=%x\n", 
166 166
				  vaddr, tlb_v, env->pc);
167
			tlb_flush_page(env, vaddr);
167
			if (tlb_v) {
168
				tlb_flush_page(env, vaddr);
169
			}
168 170
		}
169 171
	}
170 172
#endif

Also available in: Unified diff