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

/vbox/src/VBox/Runtime/testcase/
H A DtstLdrDisasmTest.cpp54 static const uint8_t g_ab32BitCode[] = variable
88 if (cb + pDis->uInstrAddr + offInstr > sizeof(g_ab32BitCode))
90 memcpy(&pDis->abInstr[offInstr], &g_ab32BitCode[pDis->uInstrAddr + offInstr], cb);

Completed in 40 milliseconds