Changeset 213 for trunk/src/os2ahci/os2ahci.c
- Timestamp:
- Nov 24, 2025, 12:32:58 AM (12 hours ago)
- File:
-
- 1 edited
-
trunk/src/os2ahci/os2ahci.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/os2ahci/os2ahci.c
r211 r213 402 402 pszCmdLine++; 403 403 /* Specify to allow the trace buffer to wrap when full. */ 404 D32g_DbgBufWrap = !iInvertOption; 404 if (iInvertOption) D32g_DbgFlags &= ~D32DBGF_WRAP; 405 else D32g_DbgFlags |= D32DBGF_WRAP; 405 406 continue; 406 407 }
Note:
See TracChangeset
for help on using the changeset viewer.
