diff options
author | Javier <dev.git@javispedro.com> | 2022-04-19 23:00:53 +0200 |
---|---|---|
committer | Javier <dev.git@javispedro.com> | 2022-04-19 23:00:53 +0200 |
commit | b6556bd2f9da23499cdef864ecd71a8eaf3b9b66 (patch) | |
tree | 6656912d4bda66f5908c0879c020405722439856 /vbox.h | |
parent | dc407cef2bcaa4d4524354608674862830d1877e (diff) | |
download | vbados-b6556bd2f9da23499cdef864ecd71a8eaf3b9b66.tar.gz vbados-b6556bd2f9da23499cdef864ecd71a8eaf3b9b66.zip |
fix register clobbering in ps2 calls
Diffstat (limited to 'vbox.h')
-rw-r--r-- | vbox.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -60,7 +60,7 @@ static void vbox_send_request(uint16_t iobase, uint32_t addr); "out dx, eax" \ "pop eax" \ __parm [dx] [bx ax] \ - __modify [dx] + __modify [] /** Finds the VirtualBox PCI device and reads the current IO base. * @returns 0 if the device was found. */ |