From 761d752569b9bad6bdb755e91ca9e345cfb2788d Mon Sep 17 00:00:00 2001 From: aliaspider Date: Wed, 29 Oct 2014 06:47:46 +0100 Subject: C++ cleanups. (in progress) --- source/cpuops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/cpuops.c') diff --git a/source/cpuops.c b/source/cpuops.c index 9dc7f0c..445c439 100644 --- a/source/cpuops.c +++ b/source/cpuops.c @@ -105,7 +105,7 @@ #include "cpumacro.h" #include "apu.h" -EXTERN_C long OpAddress; +long OpAddress; // For use with the opcodes whose functions here examine the OpAddress. static void OpAddressPassthrough (long Addr) -- cgit v1.2.3