refactoring from AArch64 to aarch64

This commit is contained in:
JanLJL
2019-08-13 18:26:48 +02:00
parent 866397d6ae
commit e468db4a0d
6 changed files with 11 additions and 10 deletions

View File

@@ -48,7 +48,7 @@ class TestSemanticTools(unittest.TestCase):
)
self.semantics_tx2 = SemanticsAppender(
self.machine_model_tx2,
path_to_yaml=os.path.join(self.MODULE_DATA_DIR, 'isa/AArch64.yml'),
path_to_yaml=os.path.join(self.MODULE_DATA_DIR, 'isa/aarch64.yml'),
)
for i in range(len(self.kernel_x86)):
self.semantics_csx.assign_src_dst(self.kernel_x86[i])