[RSP] s/opcode.h/OpCode.h
This commit is contained in:
parent
caf22acb68
commit
2c5203c534
|
@ -24,7 +24,7 @@
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "opcode.h"
|
#include "OpCode.h"
|
||||||
|
|
||||||
extern UDWORD EleSpec[32], Indx[32];
|
extern UDWORD EleSpec[32], Indx[32];
|
||||||
|
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "opcode.h"
|
#include "OpCode.h"
|
||||||
|
|
||||||
extern DWORD CompilePC, NextInstruction, JumpTableSize;
|
extern DWORD CompilePC, NextInstruction, JumpTableSize;
|
||||||
extern BOOL ChangedPC;
|
extern BOOL ChangedPC;
|
||||||
|
|
Loading…
Reference in New Issue