Changeset 41668 in vbox for trunk/src/VBox/Devices/PC
- Timestamp:
- Jun 12, 2012 1:15:51 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 78475
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/BIOS-new/MakeDebianBiosAssembly.cpp
r41658 r41668 968 968 unsigned cbInstr; 969 969 DISCPUSTATE CpuState; 970 int rc = DISCoreOne Ex(uFlatAddr, fIs16Bit ? CPUMODE_16BIT : CPUMODE_32BIT,971 disReadOpcodeBytes, NULL, &CpuState, &cbInstr);970 int rc = DISCoreOneWithReader(uFlatAddr, fIs16Bit ? CPUMODE_16BIT : CPUMODE_32BIT, 971 disReadOpcodeBytes, NULL, &CpuState, &cbInstr); 972 972 if ( RT_SUCCESS(rc) 973 973 && cbInstr <= cb)
Note:
See TracChangeset
for help on using the changeset viewer.