From 04c179c85e266cb60c1135eb6c9cc6e7af2bb8de Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sat, 18 Feb 2017 16:34:54 +0100 Subject: Silence warning --- src/fxemu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fxemu.c b/src/fxemu.c index fc2cc9c..a6af324 100644 --- a/src/fxemu.c +++ b/src/fxemu.c @@ -95,7 +95,7 @@ #include /* The FxChip Emulator's internal variables */ -FxRegs_s GSU = FxRegs_s_null; +FxRegs_s GSU; /* This will be initialized when loading a ROM */ uint32(**fx_ppfFunctionTable)(uint32) = 0; void (**fx_ppfPlotTable)() = 0; -- cgit v1.2.3