diff options
Diffstat (limited to 'src/cpuaddr.h')
-rw-r--r-- | src/cpuaddr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpuaddr.h b/src/cpuaddr.h index 8ddbc72..d68a328 100644 --- a/src/cpuaddr.h +++ b/src/cpuaddr.h @@ -46,7 +46,7 @@ #ifndef _CPUADDR_H_
#define _CPUADDR_H_
-EXTERN_C long OpAddress;
+extern long OpAddress;
static INLINE void Immediate8()
{
|