VirtualBox

Changeset 99531 in vbox for trunk/src/VBox/Devices/EFI


Ignore:
Timestamp:
Apr 26, 2023 6:27:15 AM (2 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
157040
Message:

Devices/DevFlash: Fix implementation after the R0/R3 separation, bugref:9281

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/EFI/DevFlash.cpp

    r98103 r99531  
    7878typedef DEVFLASHR3 *PDEVFLASHR3;
    7979
     80/** The serial device state for the current context. */
     81typedef CTX_SUFF(DEVFLASH) DEVFLASHCC;
     82/** Pointer to the serial device state for the current context. */
     83typedef CTX_SUFF(PDEVFLASH) PDEVFLASHCC;
     84
    8085
    8186#ifndef VBOX_DEVICE_STRUCT_TESTCASE
     
    285290    /* .uSharedVersion = */         42,
    286291    /* .cbInstanceShared = */       sizeof(DEVFLASH),
    287     /* .cbInstanceCC = */           0,
     292    /* .cbInstanceCC = */           sizeof(DEVFLASHCC),
    288293    /* .cbInstanceRC = */           0,
    289294    /* .cMaxPciDevices = */         0,
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette