- Timestamp:
- Nov 3, 2016 2:02:54 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 111709
- Location:
- trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bldprogs/scmstream.h
r62537 r64533 70 70 /** The current stream size given in lines. */ 71 71 size_t cLines; 72 /** The sizeof the thememory backing paLines. */72 /** The sizeof the memory backing paLines. */ 73 73 size_t cLinesAllocated; 74 74 -
trunk/src/recompiler/VBoxRecompiler.c
r63568 r64533 2556 2556 2557 2557 /** 2558 * Syncs back changes in the REM state to the theVM state.2558 * Syncs back changes in the REM state to the VM state. 2559 2559 * 2560 2560 * This must be called after invoking REMR3Run().
Note:
See TracChangeset
for help on using the changeset viewer.