Changeset 72133 in vbox for trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-PerCpuData.c
- Timestamp:
- May 6, 2018 11:55:06 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 122529
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-PerCpuData.c
r69111 r72133 53 53 uint8_t g_bStupidUnalignedCompiler1 = 0xfe; 54 54 55 /** Set to disable special V8086 \#GP and \#UD handling in Bs3TrapDefaultHandler. 56 * This is useful for getting */ 57 bool volatile g_fBs3TrapNoV86Assist = false; 58 55 59 /** The context of the last Bs3TrapSetJmp call. 56 60 * This will have eax set to 1 and need only be restored when it triggers. */
Note:
See TracChangeset
for help on using the changeset viewer.