Fix for some SIMD issues
This commit is contained in:
@@ -8,10 +8,10 @@ namespace ChocolArm64
|
||||
{
|
||||
class ATranslator
|
||||
{
|
||||
private Dictionary<long, ATranslatedSub> CachedSubs;
|
||||
|
||||
public AThread Thread { get; private set; }
|
||||
|
||||
private Dictionary<long, ATranslatedSub> CachedSubs;
|
||||
|
||||
private bool KeepRunning;
|
||||
|
||||
public ATranslator(AThread Parent)
|
||||
|
||||
Reference in New Issue
Block a user