diff options
Diffstat (limited to 'src/svm/svmtool.c')
-rw-r--r-- | src/svm/svmtool.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/svm/svmtool.c b/src/svm/svmtool.c index 01ae4221371..63577d97fd9 100644 --- a/src/svm/svmtool.c +++ b/src/svm/svmtool.c @@ -368,7 +368,7 @@ repair (char *chroot_path, int crash_root_region) a->root_path = chroot_path; a->name = SVM_GLOBAL_REGION_NAME; - a->baseva = SVM_GLOBAL_REGION_BASEVA; + a->baseva = svm_get_global_region_base_va (); a->size = SVM_GLOBAL_REGION_SIZE; a->flags = SVM_FLAGS_NODATA; |