aboutsummaryrefslogtreecommitdiff
path: root/source/cpuops.c
diff options
context:
space:
mode:
authoraliaspider2014-10-29 06:47:46 +0100
committeraliaspider2014-10-29 06:47:46 +0100
commit761d752569b9bad6bdb755e91ca9e345cfb2788d (patch)
tree5eaa11c172c08039757d6bee1a3641e051462d3a /source/cpuops.c
parenta6dc7abc9b8cc3986eda5a84141da7dc9e4e8f1a (diff)
downloadsnesemu-761d752569b9bad6bdb755e91ca9e345cfb2788d.tar.gz
snesemu-761d752569b9bad6bdb755e91ca9e345cfb2788d.tar.bz2
snesemu-761d752569b9bad6bdb755e91ca9e345cfb2788d.zip
C++ cleanups. (in progress)
Diffstat (limited to 'source/cpuops.c')
-rw-r--r--source/cpuops.c2
1 files changed, 1 insertions, 1 deletions
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)