Changeset 108280 in vbox for trunk/src/VBox/Disassembler/testcase/tstDisasmArmv8-1.cpp
- Timestamp:
- Feb 19, 2025 9:28:41 AM (4 weeks ago)
- svn:sync-xref-src-repo-rev:
- 167622
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Disassembler/testcase/tstDisasmArmv8-1.cpp
r108049 r108280 179 179 NULL /*pfnDtor*/, &Rdr /*pvUser*/, cbSrc, 180 180 NULL /*phStrCacheId*/, NULL /*phStrCacheStringLit*/, 181 &s_LexCfg);181 NULL /*phStrCacheComments*/, &s_LexCfg); 182 182 RTTESTI_CHECK_RC(rc, VINF_SUCCESS); 183 183 if (RT_FAILURE(rc)) … … 233 233 RTSCRIPTLEX hLexDis = NULL; 234 234 rc = RTScriptLexCreateFromString(&hLexDis, szOutput, NULL /*phStrCacheId*/, 235 NULL /*phStrCacheStringLit*/, &s_LexCfg); 235 NULL /*phStrCacheStringLit*/, NULL /*phStrCacheComments*/, 236 &s_LexCfg); 236 237 RTTESTI_CHECK_RC(rc, VINF_SUCCESS); 237 238 if (RT_SUCCESS(rc)) … … 490 491 NULL /*pfnDtor*/, &Rdr /*pvUser*/, 0 /*cchBuf*/, 491 492 NULL /*phStrCacheId*/, NULL /*phStrCacheStringLit*/, 492 &s_LexCfg);493 NULL /*phStrCacheComments*/, &s_LexCfg); 493 494 RTTESTI_CHECK_RC(rc, VINF_SUCCESS); 494 495 … … 496 497 RTSCRIPTLEX hLexDis = NULL; 497 498 rc = RTScriptLexCreateFromString(&hLexDis, szOutput, NULL /*phStrCacheId*/, 498 NULL /*phStrCacheStringLit*/, &s_LexCfg); 499 NULL /*phStrCacheStringLit*/, NULL /*phStrCacheComments*/, 500 &s_LexCfg); 499 501 RTTESTI_CHECK_RC(rc, VINF_SUCCESS); 500 502 if (RT_SUCCESS(rc))
Note:
See TracChangeset
for help on using the changeset viewer.