47ed691
diff --git a/src/bregs.h b/src/bregs.h
47ed691
index 9a381d0..8e1af4d 100644
47ed691
--- a/src/bregs.h
47ed691
+++ b/src/bregs.h
47ed691
@@ -37,9 +37,9 @@
47ed691
 struct bregs {
47ed691
     u16 ds;
47ed691
     u16 es;
47ed691
-    UREG(edi, di, di_hi, di_lo);
47ed691
-    UREG(esi, si, si_hi, si_lo);
47ed691
-    UREG(ebp, bp, bp_hi, bp_lo);
47ed691
+    UREG(edi, di, dih, dil);
47ed691
+    UREG(esi, si, sih, sil);
47ed691
+    UREG(ebp, bp, bph, bpl);
47ed691
     UREG(ebx, bx, bh, bl);
47ed691
     UREG(edx, dx, dh, dl);
47ed691
     UREG(ecx, cx, ch, cl);