updates submodules and script
This commit is contained in:
parent
a4ac323306
commit
5d9d146aa2
|
@ -1 +1 @@
|
|||
Subproject commit fc7e85d8229b8c7fef9eda5aa26c1135eab5dca9
|
||||
Subproject commit 66546d7f2cf65150d1d7f3b496c79720fea14abb
|
|
@ -1 +1 @@
|
|||
Subproject commit e87b7d5fd00559b1023856bb8ca56edac8077c99
|
||||
Subproject commit 72b11beac51606ed547000cfce962d1c12fe30cf
|
|
@ -131,6 +131,9 @@ def main(args: argparse.Namespace) -> None:
|
|||
|
||||
|
||||
if __name__ == "__main__":
|
||||
# sys.exit(
|
||||
# "This script needs to be adapted, it assumed to be in a directory named 'Debug'"
|
||||
# )
|
||||
parser = argparse.ArgumentParser(
|
||||
description="Process an ELF file with a specified backend. Generates register traces for interp and the specified backend"
|
||||
)
|
||||
|
@ -140,8 +143,8 @@ if __name__ == "__main__":
|
|||
parser.add_argument(
|
||||
"--backend",
|
||||
type=str,
|
||||
default="amsjit",
|
||||
help="The backend to be used. Default is amsjit.",
|
||||
default="asmjit",
|
||||
help="The backend to be used. Default is asmjit.",
|
||||
required=False,
|
||||
)
|
||||
parser.add_argument(
|
||||
|
|
Loading…
Reference in New Issue