Searched refs:noDecode (Results 1 – 2 of 2) sorted by relevance
237 static int noDecode = 1; in x86emu_single_step() local294 if (noDecode) { in x86emu_single_step()308 noDecode = (noDecode) ? 0 : 1; in x86emu_single_step()310 (noDecode) ? "false" : "true"); in x86emu_single_step()
354 static int noDecode = 1;456 - if (noDecode) {464 + if (noDecode) {479 - noDecode = (noDecode)?0:1;480 - printk("Toggled decoding to %s\n",(noDecode)?"FALSE":"TRUE");488 + noDecode = (noDecode) ? 0 : 1;489 + printk("Toggled decoding to %s\n", (noDecode) ? "FALSE" : "TRUE");