Changeset 40730 in vbox for trunk/src/VBox/Devices/PC
- Timestamp:
- Mar 30, 2012 5:20:00 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 77201
- 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 44 44 #include "inlines.h" 45 45 46 void BIOSCALL int17_function(pusha_regs_t regs, uint16_t es, uint16_t ds, iret_addr_t iret_addr)46 void BIOSCALL int17_function(pusha_regs_t regs, uint16_t es, uint16_t ds, volatile iret_addr_t iret_addr) 47 47 { 48 48 uint16_t addr,timeout; -
trunk/src/VBox/Devices/PC/BIOS-new/serial.c
r38699 r40730 44 44 #include "biosint.h" 45 45 46 void BIOSCALL int14_function(pusha_regs_t regs, uint16_t es, uint16_t ds, iret_addr_t iret_addr)46 void BIOSCALL int14_function(pusha_regs_t regs, uint16_t es, uint16_t ds, volatile iret_addr_t iret_addr) 47 47 { 48 48 uint16_t addr, timer, val16;
Note:
See TracChangeset
for help on using the changeset viewer.