Searched refs:cbInstrOnly (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Disassembler/testcase/
H A DtstDisasm-2.cpp363 uint32_t cbInstrOnly = 32; local
368 &State.Dis, &cbInstrOnly);
370 || cbInstrOnly != State.cbInstr)
372 RTPrintf("; Instruction size only check failed rc=%Rrc cbInstrOnly=%#x exepcted %Rrc and %#x\n",
373 rcOnly, cbInstrOnly, rc, State.cbInstr);

Completed in 41 milliseconds