Added a separate CPU_STPC CPU type with RDTSC, fixes the ITOX STAR.
This commit is contained in:
@@ -80,6 +80,7 @@ extern const OpFn dynarec_ops_386_0f[1024];
|
||||
|
||||
extern const OpFn dynarec_ops_486_0f[1024];
|
||||
extern const OpFn dynarec_ops_c486_0f[1024];
|
||||
extern const OpFn dynarec_ops_stpc_0f[1024];
|
||||
extern const OpFn dynarec_ops_ibm486_0f[1024];
|
||||
|
||||
extern const OpFn dynarec_ops_winchip_0f[1024];
|
||||
@@ -178,6 +179,7 @@ extern const OpFn ops_386_0f[1024];
|
||||
|
||||
extern const OpFn ops_486_0f[1024];
|
||||
extern const OpFn ops_c486_0f[1024];
|
||||
extern const OpFn ops_stpc_0f[1024];
|
||||
extern const OpFn ops_ibm486_0f[1024];
|
||||
|
||||
extern const OpFn ops_winchip_0f[1024];
|
||||
|
||||
Reference in New Issue
Block a user