[RSP] s/opcode.h/OpCode.h

This commit is contained in:
2016-02-11 16:42:40 -05:00
parent caf22acb68
commit 2c5203c534
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@
*
*/
#include "opcode.h"
#include "OpCode.h"
extern UDWORD EleSpec[32], Indx[32];

View File

@ -24,7 +24,7 @@
*
*/
#include "opcode.h"
#include "OpCode.h"
extern DWORD CompilePC, NextInstruction, JumpTableSize;
extern BOOL ChangedPC;