diff options
Diffstat (limited to 'gdb/syscalls/arm-linux.py')
-rw-r--r-- | gdb/syscalls/arm-linux.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/syscalls/arm-linux.py b/gdb/syscalls/arm-linux.py index 8213f5c..a3f64d0 100644 --- a/gdb/syscalls/arm-linux.py +++ b/gdb/syscalls/arm-linux.py @@ -5,8 +5,8 @@ # notice and this notice are preserved. This file is offered as-is, # without any warranty. -import sys import re +import sys import time infname = sys.argv[1] |