Changeset 28458 in vbox
- Timestamp:
- Apr 19, 2010 12:36:10 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 60231
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllBth.h
r28123 r28458 184 184 # else 185 185 GSTPDE PdeSrc; 186 PdeSrc. au32[0]= 0; /* faked so we don't have to #ifdef everything */186 PdeSrc.u = 0; /* faked so we don't have to #ifdef everything */ 187 187 PdeSrc.n.u1Present = 1; 188 188 PdeSrc.n.u1Write = 1; … … 3104 3104 3105 3105 GSTPDE PdeSrc; 3106 PdeSrc. au32[0]= 0; /* faked so we don't have to #ifdef everything */3106 PdeSrc.u = 0; /* faked so we don't have to #ifdef everything */ 3107 3107 PdeSrc.n.u1Present = 1; 3108 3108 PdeSrc.n.u1Write = 1; … … 3195 3195 GSTPDE PdeSrc; 3196 3196 3197 PdeSrc. au32[0]= 0; /* faked so we don't have to #ifdef everything */3197 PdeSrc.u = 0; /* faked so we don't have to #ifdef everything */ 3198 3198 PdeSrc.n.u1Present = 1; 3199 3199 PdeSrc.n.u1Write = 1; … … 3435 3435 { 3436 3436 GSTPDE PdeSrc; 3437 PdeSrc. au32[0]= 0; /* faked so we don't have to #ifdef everything */3437 PdeSrc.u = 0; /* faked so we don't have to #ifdef everything */ 3438 3438 PdeSrc.n.u1Present = 1; 3439 3439 PdeSrc.n.u1Write = 1;
Note:
See TracChangeset
for help on using the changeset viewer.