summaryrefslogtreecommitdiffstats
path: root/vidix/mtrr.c
diff options
context:
space:
mode:
Diffstat (limited to 'vidix/mtrr.c')
-rw-r--r--vidix/mtrr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vidix/mtrr.c b/vidix/mtrr.c
index 775af9e437..3230bd25b3 100644
--- a/vidix/mtrr.c
+++ b/vidix/mtrr.c
@@ -70,7 +70,7 @@ int mtrr_set_type(unsigned base,unsigned size,int type)
mtrrp = malloc(sizeof (struct mtrr));
mtrrp->base = base;
mtrrp->len = size;
- mtrrp->type = type;
+ mtrrp->type = type;
mtrrp->flags = MTRR_VALID | MTRR_PRIVATE;
n = 1;