Skip to content

Commit

Permalink
BHYVE: OS-7404 mdb: add KREG_FSBASE
Browse files Browse the repository at this point in the history
Reviewed by: John Levon <john.levon@joyent.com>
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
Approved by: John Levon <john.levon@joyent.com>
  • Loading branch information
hrosenfeld authored and citrus-it committed Dec 23, 2018
1 parent ee1547f commit 6d4febe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions usr/src/cmd/mdb/intel/mdb/mdb_kreg.h
Expand Up @@ -75,6 +75,7 @@ typedef uint32_t kreg_t;
#define KREG_ES KDIREG_ES
#define KREG_FS KDIREG_FS
#define KREG_GS KDIREG_GS
#define KREG_FSBASE KDIREG_FSBASE
#define KREG_GSBASE KDIREG_GSBASE
#define KREG_KGSBASE KDIREG_KGSBASE
#define KREG_TRAPNO KDIREG_TRAPNO
Expand Down

0 comments on commit 6d4febe

Please sign in to comment.