aboutsummaryrefslogtreecommitdiff
path: root/src/bregs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bregs.h')
-rw-r--r--src/bregs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bregs.h b/src/bregs.h
index e420bbe..e59a7f4 100644
--- a/src/bregs.h
+++ b/src/bregs.h
@@ -37,6 +37,7 @@ struct bregs {
u16 es;
UREG(edi, di, di_hi, di_lo);
UREG(esi, si, si_hi, si_lo);
+ UREG(ebp, bp, bp_hi, bp_lo);
UREG(ebx, bx, bh, bl);
UREG(edx, dx, dh, dl);
UREG(ecx, cx, ch, cl);