1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-06-25 18:30:07 +00:00

Fix RegAddr macro.

26 failures.
This commit is contained in:
Thomas Harte 2023-09-27 22:44:10 -04:00
parent c20e7ed9b6
commit 9207de4164
2 changed files with 5 additions and 5 deletions

View File

@ -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.

View File

@ -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 =