frontend/runelf: use new Comm

This commit is contained in:
Sebastien Bourdeauducq 2014-12-01 15:24:38 +08:00
parent 2146e58d20
commit 3a27f49bff
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ def main():
with open(args.file, "rb") as f:
binary = f.read()
with comm_serial.CoreCom() as comm:
with comm_serial.Comm() as comm:
runtime_env = comm.get_runtime_env()
if args.e:
print(runtime_env)