Home
last modified time | relevance | path

Searched refs:noDecode (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/drivers/bios_emulator/x86emu/
H A Ddebug.c237 static int noDecode = 1; in x86emu_single_step() local
294 if (noDecode) { in x86emu_single_step()
308 noDecode = (noDecode) ? 0 : 1; in x86emu_single_step()
310 (noDecode) ? "false" : "true"); in x86emu_single_step()
/openbmc/openbmc/poky/meta/recipes-bsp/v86d/v86d/
H A DUpdate-x86emu-from-X.org.patch354 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");