mirror of
https://github.com/TomHarte/CLK.git
synced 2025-02-23 18:29:16 +00:00
Fix RegAddr macro.
26 failures.
This commit is contained in:
parent
c20e7ed9b6
commit
9207de4164
@ -58,7 +58,7 @@ std::pair<int, typename Decoder<model>::InstructionT> Decoder<model>::decode(con
|
||||
/// Handles instructions of the form Ax, jjkk where the latter is implicitly an address.
|
||||
#define RegAddr(op, dest, op_size, addr_size) \
|
||||
SetOpSrcDestSize(op, DirectAddress, dest, op_size); \
|
||||
operand_size_ = addr_size; \
|
||||
displacement_size_ = addr_size; \
|
||||
phase_ = Phase::DisplacementOrOperand
|
||||
|
||||
/// Handles instructions of the form jjkk, Ax where the former is implicitly an address.
|
||||
|
@ -137,10 +137,10 @@ std::string to_string(InstructionSet::x86::DataPointer pointer, const Instructio
|
||||
|
||||
- (NSArray<NSString *> *)testFiles {
|
||||
NSString *path = [NSString stringWithUTF8String:TestSuiteHome];
|
||||
NSSet *allowList = nil; /*
|
||||
[[NSSet alloc] initWithArray:@[
|
||||
@"F7.0.json.gz",
|
||||
]];*/
|
||||
NSSet *allowList = nil;
|
||||
// [NSSet setWithObject:
|
||||
// @"A0.json.gz"
|
||||
// ];
|
||||
|
||||
// Unofficial opcodes; ignored for now.
|
||||
NSSet *ignoreList =
|
||||
|
Loading…
x
Reference in New Issue
Block a user