From 89a2f96de451d2dd4ea887b41c5425b051c93f8b Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Mon, 18 Feb 2013 23:36:03 -0500 Subject: Convert VAR16VISIBLE, VAR16EXPORT, and VAR32VISIBLE to VARFSEG. Convert all users of the alternative variable exports to VARFSEG. There isn't a significant distinction between the existing types of exports, so it's simpler to just use one type going forward. The new VARFSEG declaration is only emitting when in 32bit mode, so update and move some variables as needed. Signed-off-by: Kevin O'Connor --- src/resume.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/resume.c') diff --git a/src/resume.c b/src/resume.c index adc3594..b30d62e 100644 --- a/src/resume.c +++ b/src/resume.c @@ -15,7 +15,7 @@ #include "cmos.h" // inb_cmos // Indicator if POST phase has been run. -int HaveRunPost VAR16VISIBLE; +int HaveRunPost VARFSEG; // Reset DMA controller void -- cgit v1.1