mirror of
https://github.com/FunKey-Project/picodrive-irixxxx.git
synced 2026-04-28 00:54:53 +02:00
gcc 4.2 warning fixes
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@501 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user