X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=cpu%2FCyclone%2FDisa%2FDisa.h;h=1ef18fcf5c8984320af327ada181e09fa3356531;hb=8ab3e3c1cf696cb776b14ab511f98aa8ab22797e;hp=9d45611f4241eb354099175b626c56e0cef8ffaa;hpb=3aa1e148a28da9b4e10e824984f7b3a4908b1ace;p=picodrive.git diff --git a/cpu/Cyclone/Disa/Disa.h b/cpu/Cyclone/Disa/Disa.h index 9d45611..1ef18fc 100644 --- a/cpu/Cyclone/Disa/Disa.h +++ b/cpu/Cyclone/Disa/Disa.h @@ -5,16 +5,10 @@ extern "C" { #endif -#if defined(ARM) || defined(GP32) || !defined (__WINS__) -#define CPU_CALL -#else -#define CPU_CALL __fastcall -#endif - extern unsigned int DisaPc; extern char *DisaText; // Text buffer to write in -extern unsigned short (CPU_CALL *DisaWord)(unsigned int a); +extern unsigned short (*DisaWord)(unsigned int a); int DisaGetEa(char *t,int ea,int size); int DisaGet();