summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/vm86.h
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>1998-07-14 17:13:23 +0000
committermsmith <msmith@FreeBSD.org>1998-07-14 17:13:23 +0000
commitebd3e5432105fc0393e24be0cd3f347301a0a1c7 (patch)
tree7eb0d5294f286afb6351458a6b152834cb137a49 /sys/i386/include/vm86.h
parentfaa4d9c3da8171e46c41514f6be5d092f23952c0 (diff)
downloadFreeBSD-src-ebd3e5432105fc0393e24be0cd3f347301a0a1c7.zip
FreeBSD-src-ebd3e5432105fc0393e24be0cd3f347301a0a1c7.tar.gz
Add missing register name defines.
Diffstat (limited to 'sys/i386/include/vm86.h')
-rw-r--r--sys/i386/include/vm86.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/sys/i386/include/vm86.h b/sys/i386/include/vm86.h
index d17a90a..b4f8f47 100644
--- a/sys/i386/include/vm86.h
+++ b/sys/i386/include/vm86.h
@@ -26,7 +26,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: vm86.h,v 1.5 1998/03/23 19:52:57 jlemon Exp $
+ * $Id: vm86.h,v 1.6 1998/06/08 09:47:35 bde Exp $
*/
#ifndef _MACHINE_VM86_H_
@@ -74,10 +74,16 @@ struct vm86frame {
#define vmf_al eax.r_b.r_l
#define vmf_ax eax.r_w.r_x
#define vmf_eax eax.r_ex
+#define vmf_bh ebx.r_b.r_h
+#define vmf_bl ebx.r_b.r_l
#define vmf_bx ebx.r_w.r_x
#define vmf_ebx ebx.r_ex
+#define vmf_ch ecx.r_b.r_h
+#define vmf_cl ecx.r_b.r_l
#define vmf_cx ecx.r_w.r_x
#define vmf_ecx ecx.r_ex
+#define vmf_dh edx.r_b.r_h
+#define vmf_dl edx.r_b.r_l
#define vmf_dx edx.r_w.r_x
#define vmf_edx edx.r_ex
#define vmf_si esi.r_w.r_x
OpenPOWER on IntegriCloud