summarylogtreecommitdiffstats
path: root/src_misc_vbeafex_c.djgpp.patch
blob: 7957d6cbd2690dad7b3714e613e1b63dba6ec38e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- ./src/misc/vbeafex.c.orig	2017-04-13 23:35:21.340109016 +0200
+++ ./src/misc/vbeafex.c	2017-04-13 23:38:14.966004342 +0200
@@ -343,7 +343,8 @@
 
 
 /* for the save_ds() / load_ds() functions */
-static unsigned short saved_ds = 0;
+//static unsigned short saved_ds = 0;
+unsigned short saved_ds = 0;
 
 
 
@@ -1229,5 +1230,3 @@
    FILL_PMODE(enableWriteCombine, enable_write_combine);
    FILL_PMODE(backslash, put_backslash);
 }
-
-