summaryrefslogtreecommitdiff
path: root/src/VBox/Devices/PC/BIOS/pciutil.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/VBox/Devices/PC/BIOS/pciutil.c')
-rw-r--r--src/VBox/Devices/PC/BIOS/pciutil.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/VBox/Devices/PC/BIOS/pciutil.c b/src/VBox/Devices/PC/BIOS/pciutil.c
index 45c9e200..7135fdea 100644
--- a/src/VBox/Devices/PC/BIOS/pciutil.c
+++ b/src/VBox/Devices/PC/BIOS/pciutil.c
@@ -101,7 +101,7 @@ uint8_t pci_write_cfgd(uint16_t op, uint16_t bus_dev_fn, uint16_t reg, uint32_t
".386" \
"xchg cx, dx" \
"shl ecx, 16" \
- "mov cx, dx" \
+ "mov cx, dx" \
"int 0x1a" \
parm [ax] [bx] [di] [dx cx];