Changeset 97210 in vbox
- Timestamp:
- Oct 18, 2022 2:41:48 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 154186
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/alloc-ef.cpp
r96407 r97210 492 492 # ifdef RT_OS_DARWIN 493 493 /* Kludge for: cmp [malloc_def_zone_state], 1; jg 2; call _malloc_initialize; 2: */ 494 DISQPVPARAMVAL Parm;495 494 if ( Dis.ModRM.Bits.Mod == 0 496 495 && Dis.ModRM.Bits.Rm == 5 /* wrt RIP */
Note:
See TracChangeset
for help on using the changeset viewer.