[FREELDR]: Fix GCCLin compilation (#if'd 0 an unused static function; I keep it there still in case it can become useful later).

svn path=/trunk/; revision=73597
This commit is contained in:
Hermès Bélusca-Maïto 2017-01-25 22:50:46 +00:00
parent bf571b10a0
commit 40768427f8

View file

@ -35,11 +35,13 @@ char *i386ExceptionDescriptionText[] =
#define SCREEN_ATTR 0x1F // Bright white on blue background
#if 0
static void
i386PrintChar(char chr, ULONG x, ULONG y)
{
MachVideoPutChar(chr, SCREEN_ATTR, x, y);
}
#endif
/* Used to store the current X and Y position on the screen */
ULONG i386_ScreenPosX = 0;