X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=cpu%2FCyclone%2Fapp.h;h=5e468c7fbbfcbffbc297b7ee657611e607acbcb3;hb=18b9412743dafb4de7a889b4fba7e34f8a1e8b70;hp=cb36fd7f29f087fec7346e4b682b748e1890a162;hpb=0e11c502b05a9ccd67d34d1f0975852d8c3d4232;p=picodrive.git diff --git a/cpu/Cyclone/app.h b/cpu/Cyclone/app.h index cb36fd7..5e468c7 100644 --- a/cpu/Cyclone/app.h +++ b/cpu/Cyclone/app.h @@ -33,8 +33,8 @@ int EaAn(int ea); // Main.cpp extern int *CyJump; // Jump table extern int ms; // If non-zero, output in Microsoft ARMASM format -extern char *Narm[4]; // Normal ARM Extensions for operand sizes 0,1,2 -extern char *Sarm[4]; // Sign-extend ARM Extensions for operand sizes 0,1,2 +extern const char * const Narm[4]; // Normal ARM Extensions for operand sizes 0,1,2 +extern const char * const Sarm[4]; // Sign-extend ARM Extensions for operand sizes 0,1,2 extern int Cycles; // Current cycles for opcode extern int pc_dirty; // something changed PC during processing extern int arm_op_count; // for stats