VirtualBox

Changeset 40730 in vbox for trunk/src/VBox/Devices/PC


Ignore:
Timestamp:
Mar 30, 2012 5:20:00 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
77201
Message:

BIOS-new: Fixed potential flags problem.

Location:
trunk/src/VBox/Devices/PC/BIOS-new
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/PC/BIOS-new/parallel.c

    r38699 r40730  
    4444#include "inlines.h"
    4545
    46 void BIOSCALL int17_function(pusha_regs_t regs, uint16_t es, uint16_t ds, iret_addr_t iret_addr)
     46void BIOSCALL int17_function(pusha_regs_t regs, uint16_t es, uint16_t ds, volatile iret_addr_t iret_addr)
    4747{
    4848    uint16_t    addr,timeout;
  • trunk/src/VBox/Devices/PC/BIOS-new/serial.c

    r38699 r40730  
    4444#include "biosint.h"
    4545
    46 void BIOSCALL int14_function(pusha_regs_t regs, uint16_t es, uint16_t ds, iret_addr_t iret_addr)
     46void BIOSCALL int14_function(pusha_regs_t regs, uint16_t es, uint16_t ds, volatile iret_addr_t iret_addr)
    4747{
    4848    uint16_t    addr, timer, val16;
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